'Declaration Public Enum Field.NumberSeparatorStyle Inherits System.Enum
public enum Field.NumberSeparatorStyle : System.Enum
'Declaration Public Enum Field.NumberSeparatorStyle Inherits System.Enum
public enum Field.NumberSeparatorStyle : System.Enum
Member | Description |
---|---|
ApostropheDot | Use apostrophe as the thousands separator, dot (period) as the decimal separator, e.g. 1'234.56. |
Comma | Use comma as the decimal separator, no thousands separator, e.g. 1234,56. |
CommaDot | Use comma as the thousands separator, dot (period) as the decimal separator, e.g. 1,234.56. |
Dot | Use dot (period) as the decimal separator, no thousands separator, e.g. 1234.56. |
DotComma | Use dot (period) as the thousands separator, comma as the decimal separator, e.g. 1.234,56. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.AcroForms.Field.NumberSeparatorStyle