Skip to main content
All docs
V26.1
  • FormFieldTextFieldType Enum

    Lists the types of text form field values.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public enum FormFieldTextFieldType

    Members

    Name Description
    PlainText

    The field value is a plain text string.

    Password

    The field value is a password.

    FileSelect

    The field value is a file path.

    Related API Members

    The following properties accept/return FormFieldTextFieldType values:

    See Also