[]
Initializes a new instance of the PdfPushButton.Action class.
public Action()
Initializes a new instance of the PdfPushButton.Action class.
public Action(ButtonAction actionType)
| Type | Name | Description |
|---|---|---|
| ButtonAction | actionType | Specifies the action type. |
Initializes a new instance of the PdfPushButton.Action class.
public Action(ButtonAction actionType, string cmd)
| Type | Name | Description |
|---|---|---|
| ButtonAction | actionType | Specifies the action type. |
| string | cmd | Specifies the command associated with the action (semantics depend on |