- Properties
- bounds IFormFieldBound
- customData object
- initialDialogSettings SignatureDialogSettingsModel
- initialIndicatorSettings SignatureIndicatorSettingsModel
- isInitialField boolean
- isPrint boolean
- isReadOnly boolean
- isRequired boolean
- name string
- pageNumber number
- thickness number
- tooltip string
- typeInitialFonts { : }
- visibility Visibility
Contact Support
InitialFieldSettingsModel
23 Sep 20251 minute to read
Interface for a class InitialFieldSettings
Properties
bounds IFormFieldBound
Get or set the form field bounds.
customData object
specifies the custom data of the form fields.
initialDialogSettings SignatureDialogSettingsModel
Get or set the signature dialog settings for initial field.
initialIndicatorSettings SignatureIndicatorSettingsModel
Specifies the properties of the signature indicator in the initial field.
isInitialField boolean
Gets or sets the initial field type of the signature field.
isPrint boolean
Get or set the boolean value to print the initial field. TRUE by default.
isReadOnly boolean
Specifies whether the initial field is in read-only or read-write mode. FALSE by default.
isRequired boolean
If it is set as true, consider as mandatory field in the PDF document. By default it is false.
name string
Get or set the name of the form field element.
pageNumber number
specifies the page number of the form field.
thickness number
Get or set the thickness of the Initial field. Default value is 1. To hide the borders, set the value to 0 (zero).
tooltip string
Get or set the text to be displayed as tooltip. By default it is empty.
typeInitialFonts { : }
Allows setting the font name for typed initials at specific indices. The maximum number of font names is limited to 4, so the key values should range from 0 to 3.
visibility Visibility
Gets or set the visibility of the form field.