[]
Represents a push button.
public class PdfPushButton : PdfFieldBase
| Name | Description |
|---|---|
| PdfPushButton() | Initializes a new instance of the PdfPushButton class. |
| Name | Description |
|---|---|
| Actions | Gets the collection of actions associated with the current PdfPushButton. |
| Active | Gets or sets a value indicating whether the current PdfPushButton is active. |
| Click | Gets or sets the PdfPushButton.Action invoked when the current button is clicked (corresponds to Released). This property is a shortcut to the first action in the Released collection of the current button's Actions. Note that setting this property clears the Released collection prior to assignment. |
| Image | Gets or sets the image displayed on the current PdfPushButton. |
| Layout | Gets or sets the layout of the current PdfPushButton. |