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

In This Topic
    Field.NumberSeparatorStyle Enumeration
    In This Topic
    Defines the placement of commas and periods in numbers.
    Syntax
    'Declaration
     
    Public Enum Field.NumberSeparatorStyle 
       Inherits System.Enum
    public enum Field.NumberSeparatorStyle : System.Enum 
    Members
    MemberDescription
    ApostropheDotUse apostrophe as the thousands separator, dot (period) as the decimal separator, e.g. 1'234.56.
    CommaUse comma as the decimal separator, no thousands separator, e.g. 1234,56.
    CommaDotUse comma as the thousands separator, dot (period) as the decimal separator, e.g. 1,234.56.
    DotUse dot (period) as the decimal separator, no thousands separator, e.g. 1234.56.
    DotCommaUse dot (period) as the thousands separator, comma as the decimal separator, e.g. 1.234,56.
    Inheritance Hierarchy

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

    See Also