PdfInteractiveFormFieldAdditionalActions Class Members
In This Topic
The following tables list the members exposed by
PdfInteractiveFormFieldAdditionalActions.
Public Constructors
Public Properties
| Name | Description |
 | BasicObject | Gets the basic object of this tree node. (Inherited from PdfTreeNodeBase) |
 | Calculate | Gets or sets a JavaScript action to be performed to recalculate the value of this field when that of another field changes. |
 | Document | Gets the parent PDF document of this tree node. (Inherited from PdfTreeNodeBase) |
 | Format | Gets or sets a JavaScript action to be performed before the field is formatted to display its current value. |
 | IndirectReference | Gets the reference to an indirect object. (Inherited from PdfTreeNodeBase) |
 | IsChanged | Gets a value indicating whether this node is changed. (Inherited from PdfTreeNodeBase) |
 | IsIndirectObject | Gets a value indicating whether this tree node is indirect object. (Inherited from PdfTreeNodeBase) |
 | IsNew | Gets a value indicating whether this node is new node (unsaved). (Inherited from PdfTreeNodeBase) |
 | Keystroke | Gets or sets a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. |
 | ObjectNumber | Gets the unique object number. (Inherited from PdfTreeNodeBase) |
 | Validate | Gets or sets a JavaScript action to be performed when the field's value is changed. |
Public Methods
See Also