Click or drag to resize

PdfDigitSeparatorStyle Enumeration

The digit separator style for a PdfNumberFormat or PdfPercentFormat.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.7.0.0 (5.7.0.0)
Syntax
public enum PdfDigitSeparatorStyle
Members
  Member nameValueDescription
UseCommasThenDecimals0 Use commas, then decimals, for example: $1,000.00
UseDecimalsOnly1 Use decimals only, for example: $1000.00
UseDecimalsThenCommas2 Use decimals, then commas, for example: $1.000,00
UseCommasOnly3 Use commas only, for example: $1000,00
See Also