ImageGear .NET v25.0 - Updated
Ordering Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFontAttrs Class : Ordering Property
Gets or sets the atom representing the CIDFont's Ordering information.
Syntax
'Declaration
 
Public Property Ordering As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDEFontAttrs
Dim value As ImGearPDFAtom
 
instance.Ordering = value
 
value = instance.Ordering
public ImGearPDFAtom Ordering {get; set;}
public: __property ImGearPDFAtom* get_Ordering();
public: __property void set_Ordering( 
   ImGearPDFAtom* value
);
public:
property ImGearPDFAtom^ Ordering {
   ImGearPDFAtom^ get();
   void set (    ImGearPDFAtom^ value);
}

Property Value

ImGearPDFAtom class object.
Remarks
For example, "1".
See Also

Reference

ImGearPDEFontAttrs Class
ImGearPDEFontAttrs Members
ImGearPDFAtom Class