Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.Interactive.FormsFieldAdditionalActions
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
This class represent an field's additional-actions.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.Interactive.FormsFieldAdditionalActions
Namespace: Apitron.PDF.Kit.Interactive.Forms
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The FieldAdditionalActions type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) |
![]() | HasActions |
Gets a value indicating whether this instance has actions.
|
![]() | OnBeforeFormatted |
Gets or sets a JavaScript action that shall be performed before the field is formatted to display its value. This action may modify the field’s value before formatting.
|
![]() | OnRecalculate |
Gets or sets a JavaScript action that shall be performed to recalculate the value of this field when that of another field changes.
The order in which the document’s fields are recalculated shall be defined by the CO entry in the interactive form dictionary (see 12.7.2, “Interactive Form Dictionary”).
|
![]() | OnTextFieldModified |
Gets or sets a JavaScript action that shall be performed when the user modifies a character in a text field or combo box or modifies the selection in a scrollable list box. This action may check the added text for validity and reject or modify it.
|
![]() | OnValueChanged |
Gets or sets a JavaScript action that shall be performed when the field’s value is changed. This action may check the new value for validity.
|
![]() | ResourceType |
Gets the resource type.
(Inherited from Resource.) |
See Also