Skip to main content

PdfAcroFormValueFormat Properties

Allows you to specify format for form field values.
Name Description
CalculateScript Gets or sets the JavaScript to be performed when the field’s value is changed. This action may check the new value for validity.
FormatScript Gets or sets the JavaScript to be performed before the field is formatted. This action may modify the field’s value before formatting.
KeystrokeScript Gets or sets the JavaScript to be performed when the user modifies a character in a. This action may check the added text for validity and reject or modify it.
ValidateScript Gets os sets the JavaScript to be performed to recalculate the value of this field when that of another field changes.
See Also