Click or drag to resize

FormTextData Properties

The FormTextData type exposes the following members.

Properties
 NameDescription
Public propertyDefaultValue Gets or sets the default string for the parent text box form field.
Public propertyMaximumLength Gets or sets the maximum length of text which should be allowed within the parent text box form field before any formatting specified by the ValueFormat property. Default value is MaxValue (unlimited).
Public propertyNumberOfLines Gets or sets the number of displaying text lines within form field when parent document saved as PDF. Default: 1.
Public propertyCode exampleTextType Gets or sets the type of the contents of the current text box form field. Default value is RegularText.
Public propertyValue Gets or sets the current value for a text form field.
Public propertyCode exampleValueFormat Gets or sets the field formatting which shall be applied to the contents of the parent form field whenever those contents are modified.
Top
See Also