ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFontAttrs Class / Ordering Property




In This Topic
    Ordering Property
    In This Topic
    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