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




In This Topic
    Type Property (ImGearPDEFontAttrs)
    In This Topic
    Gets or sets an atom for font type, corresponding to the Subtype key in a font dictionary.
    Syntax
    'Declaration
     
    Public Property Type As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDEFontAttrs
    Dim value As ImGearPDFAtom
     
    instance.Type = value
     
    value = instance.Type
    public ImGearPDFAtom Type {get; set;}
    public: __property ImGearPDFAtom* get_Type();
    public: __property void set_Type( 
       ImGearPDFAtom* value
    );
    public:
    property ImGearPDFAtom^ Type {
       ImGearPDFAtom^ get();
       void set (    ImGearPDFAtom^ value);
    }

    Property Value

    ImGearPDFAtom class object.
    Remarks
    May be "Type1", "TrueType", "MMType1", or "Type0".
    See Also