Click or drag to resize

PdfFieldLevelActions Class

Represents the additional actions in a PDF document.
Inheritance Hierarchy

Namespace:  Patagames.Pdf.Net.Actions
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class PdfFieldLevelActions : PdfAAction

The PdfFieldLevelActions type exposes the following members.

Constructors
  NameDescription
Public methodPdfFieldLevelActions(PdfDocument)
Creates new instance of PdfFieldLevelActions.
Public methodPdfFieldLevelActions(PdfDocument, PdfTypeBase)
Creates a new instance of PdfFieldLevelActions and initialize it with specified dictionary
Top
Properties
  NameDescription
Public propertyFieldCalculate
Gets or sets the PdfJavaScriptAction to be performed to recalculate the value of this field when that of another field changes.
Public propertyFieldFormat
Gets or sets the PdfJavaScriptAction to be performed before the field is formatted to display its current value. This action can modify the field’s value before formatting.
Public propertyFieldKeystroke
Gets or sets the PdfJavaScriptAction 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. This action can check the keystroke for validity and reject or modify it.
Public propertyFieldValidate
Gets or sets the PdfJavaScriptAction to be performed when the field’s value is changed. This action can check the new value for validity.
Top
See Also