[]
Represents an action that can be taken when the state of a PdfPushButton changes.
public class PdfPushButton.Action
| Name | Description |
|---|---|
| Action() | Initializes a new instance of the PdfPushButton.Action class. |
| Action(ButtonAction) | Initializes a new instance of the PdfPushButton.Action class. |
| Action(ButtonAction, string) | Initializes a new instance of the PdfPushButton.Action class. |
| Name | Description |
|---|---|
| ActionType | Gets or sets the type of the current PdfPushButton.Action. |
| Command | Gets or sets the command associated with the current PdfPushButton.Action. Command semantics depend on ActionType. |
| PageNo | Gets or sets the 1-based page number for GotoPage action. Note that setting this property overrides the current Command value with the string representation of the page number. |