This class represents the number format dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 263, page 482.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 268, page 595.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.NumberFormatElement

A number format dictionary describes how a measurement value is formatted and labelled for display, used in rectilinear measure dictionaries for distances, areas, angles, and slopes.

The U entry gives the unit label. The C entry is the conversion factor. The F entry selects decimal, fraction, or rounded display. The D entry gives the fraction denominator. RT and RD are thousands and decimal separators. PS and SS are prefix and suffix strings.

 

   
   
Method
Description
NumberFormatElement Create a new NumberFormatElement.
inherited methods...

 

   
   
Property
Description
EntryType Represents the "Type" entry of the number format dictionary object.
EntryU Represents the "U" entry of the number format dictionary object.
EntryC Represents the "C" entry of the number format dictionary object.
EntryF Represents the "F" entry of the number format dictionary object.
EntryD Represents the "D" entry of the number format dictionary object.
EntryFD Represents the "FD" entry of the number format dictionary object.
EntryRT Represents the "RT" entry of the number format dictionary object.
EntryRD Represents the "RD" entry of the number format dictionary object.
EntryPS Represents the "PS" entry of the number format dictionary object.
EntrySS Represents the "SS" entry of the number format dictionary object.
EntryO Represents the "O" entry of the number format dictionary object.
inherited properties...