FormTextDataTextType Property |
Gets or sets the type of the contents of the current text box form field. Default value is
RegularText.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic FormTextType TextType { get; set; }
Public Property TextType As FormTextType
Get
Set
Property Value
Type:
FormTextType
The type of the contents of the current text box form field.
See Also