Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field.SpecialFormat Enumeration

In This Topic
    Field.SpecialFormat Enumeration
    In This Topic
    Defines the supported special formats.
    Syntax
    'Declaration
     
    Public Enum Field.SpecialFormat 
       Inherits System.Enum
    public enum Field.SpecialFormat : System.Enum 
    Members
    MemberDescription
    PhoneA long or short (depending on the number of digits) telephone number, e.g. "(123) 456-7890" or "456-7890".
    SSNA social security number, e.g. "123-45-6789".
    ZipCodeA five digit zip code, e.g. "12345".
    ZipCode4A zip plus-four code, e.g. "12345-6789".
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.AcroForms.Field.SpecialFormat

    See Also