ImageGear .NET v25.0 - Updated
CIDOrdering Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSysFont Class : CIDOrdering Property
Gets an ordering information of a multi-byte system font.
Syntax
'Declaration
 
Public ReadOnly Property CIDOrdering As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDFSysFont
Dim value As ImGearPDFAtom
 
value = instance.CIDOrdering
public ImGearPDFAtom CIDOrdering {get;}
public: __property ImGearPDFAtom* get_CIDOrdering();
public:
property ImGearPDFAtom^ CIDOrdering {
   ImGearPDFAtom^ get();
}

Property Value

ImGearPDFAtom class object.
See Also

Reference

ImGearPDFSysFont Class
ImGearPDFSysFont Members
ImGearPDFAtom Class