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




In This Topic
    CIDFontType Property
    In This Topic
    Gets or sets an atom representing the CID font type.
    Syntax
    'Declaration
     
    Public Property CIDFontType As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDEFontAttrs
    Dim value As ImGearPDFAtom
     
    instance.CIDFontType = value
     
    value = instance.CIDFontType
    public ImGearPDFAtom CIDFontType {get; set;}
    public: __property ImGearPDFAtom* get_CIDFontType();
    public: __property void set_CIDFontType( 
       ImGearPDFAtom* value
    );
    public:
    property ImGearPDFAtom^ CIDFontType {
       ImGearPDFAtom^ get();
       void set (    ImGearPDFAtom^ value);
    }

    Property Value

    ImGearPDFAtom class object.
    Remarks
    CIDFontType0 or CIDFontType2.
    See Also