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




In This Topic
    Type Property (ImGearPDEFontInfo)
    In This Topic
    Gets or sets the font type.
    Syntax
    'Declaration
     
    Public Property Type As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDEFontInfo
    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.
    See Also