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

    Lists values used to specify special value format types.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public enum FormFieldSpecialFormatType

    Members

    Name Description
    FiveDigitZipCode

    A five-digit postal code.

    NineDigitZipCode

    A nine-digit postal code.

    PhoneNumber

    A ten-digit telephone number.

    SocialSecurityNumber

    A nine-digit US social security number.

    See Also