FieldAdditionalActions Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represent an field's additional-actions.
Inheritance Hierarchy

SystemObject
  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

public sealed class FieldAdditionalActions : Resource

The FieldAdditionalActions type exposes the following members.

Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyHasActions
Gets a value indicating whether this instance has actions.
Public propertyOnBeforeFormatted
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.
Public propertyOnRecalculate
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”).
Public propertyOnTextFieldModified
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.
Public propertyOnValueChanged
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.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference