PushButtonInit
Overview
PushButtonInit is a interface in Aspose.PDF FOSS for TypeScript.
Options for Form.AddPushButton / Page.AddPushButton.
Properties: action, caption, downCaption, icon, iconPosition, rolloverCaption.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
caption | : string | Read | /MK /CA — the normal-state caption. |
rolloverCaption | : string | Read | /MK /RC — the caption while hovered. |
downCaption | : string | Read | /MK /AC — the caption while pressed. |
icon | : Uint8Array | Read | JPEG or PNG bytes, drawn into the appearance streams. |
iconPosition | : ButtonIconPosition | Read | /MK /TP layout — one of the seven in table 189. |
action | : PdfAction | Read | The activation action, written to /A. |