NFI Class

PDF File Writer

NFI Class

Number Format Information static class
Inheritance Hierarchy
SystemObject  PdfFileWriterNFI

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public static class NFI

The NFI type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberPeriodDecSep
Define period as number decimal separator.
Top
Remarks
Adobe readers expect decimal separator to be a period. Some countries define decimal separator as a comma. The project uses NFI.DecSep to force period for all regions.
See Also