SignatureFieldSettingsModel
23 Sep 20251 minute to read
Interface for a class SignatureFieldSettings
Properties
bounds IFormFieldBound
Get or set the form field bounds.
customData object
specifies the custom data of the form fields.
isPrint boolean
Get or set the boolean value to print the signature field. TRUE by default.
isReadOnly boolean
Specifies whether the signature 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.
signatureDialogSettings SignatureDialogSettingsModel
Specifies the properties of the signature Dialog Settings in the signature field.
signatureIndicatorSettings SignatureIndicatorSettingsModel
Specifies the properties of the signature indicator in the signature field.
thickness number
Get or set the thickness of the Signature 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.
typeSignatureFonts { : }
Allows setting the font name for typed signatures 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.