PdfFormFieldBaseModel

23 Sep 20252 minutes to read

Interface for a class PdfFormFieldBase

Properties

alignment string

Represents the text anlignment style of formField

backgroundColor string

Represents the fill color of the form field

borderColor string

Represents the border color of the form field

bounds PdfBoundsModel

Represents bounds of the formField

color string

Represents the text color of the form field

customData object

specifies the custom data of the form field.

font PdfFontModel

Represents the text style of annotation

fontFamily string

Represents the font family of the formField content

fontSize number

Represents the font size of the formField content

fontStyle string

Represents the font style of the formField content

formFieldAnnotationType FormFieldAnnotationType

Represents the annotation type of the form field

id string

Represents the unique id of formField

insertSpaces boolean

Meaningful only if the MaxLength property is set and the Multiline, Password properties are false.
If set, the field is automatically divided into as many equally spaced position, or combs, as the value of MaxLength, and the text is laid out into the combs.

isChecked boolean

Enable or disable the checkbox state.

isMultiline boolean

Enable or disable the Multiline Textbox.

isPrint boolean

specifies whether the form field are included or not in print actions.

isReadonly boolean

Allows to edit the form Field text.

isRequired boolean

Specified whether an form field element is mandatory.

isSelected boolean

Enable or disable the RadioButton state.

isTransparent boolean

Enable or disable the isTransparent state.

maxHeight number

specifies the minHeight of the formField.

maxLength number

specifies the maxLength of the textbox/password.

maxWidth number

specifies the maxWidth of the formField.

minHeight number

specifies the minHeight of the formField.

minWidth number

specifies the minWidth of the formField.

name string

Represents the name of the formField

opacity number

Represents the opecity value of the formField

options ItemModel[]

Gets or sets the items to be displayed for drop down/ listbox.

pageIndex number

Represents the cloud intensity

pageNumber number

Represents the page number

rotateAngle number

Represents the rotate angle of formField

selectedIndex number[]

Gets or sets the items selected in the drop down/ listbox.

signatureIndicatorSettings SignatureIndicatorSettingsModel

Specifies the properties of the signature indicator in the signature field.

signatureType string

specifies the type of the signature.

thickness number

Represents the thickness value of FormField

tooltip string

Represents the tooltip of the form field

value string

Represents the value of the formField

visibility Visibility

If it is set as Hidden, Html element will be hide in the UI. By default it is visible.

wrapper Container

Represents the cloud intensity

zIndex number

Represents the cloud intensity