1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Domain
  6. /
  7. FormTextFieldType

FormTextFieldType

FormTextFieldType enumeration

Defines types of text for WordsProcessing document form fields.

public enum FormTextFieldType

Values

Name Value Description
AllTextTypes 0 Form field with any type.
PlainText 1 Form field with plain text type.
RichText 2 Form field with rich text type.

See Also