PdfDigitSeparatorStyle Enumeration |
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.7.0.0 (5.7.0.0)
Syntaxpublic enum PdfDigitSeparatorStyle
Public Enumeration PdfDigitSeparatorStyle
Members|
| Member name | Value | Description |
|---|
| UseCommasThenDecimals | 0 |
Use commas, then decimals, for example: $1,000.00
|
| UseDecimalsOnly | 1 |
Use decimals only, for example: $1000.00
|
| UseDecimalsThenCommas | 2 |
Use decimals, then commas, for example: $1.000,00
|
| UseCommasOnly | 3 |
Use commas only, for example: $1000,00
|
See Also