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




In This Topic
    Name Property (ImGearPDEFontInfo)
    In This Topic
    Gets or sets the font name.
    Syntax
    'Declaration
     
    Public Property Name As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDEFontInfo
    Dim value As ImGearPDFAtom
     
    instance.Name = value
     
    value = instance.Name
    public ImGearPDFAtom Name {get; set;}
    public: __property ImGearPDFAtom* get_Name();
    public: __property void set_Name( 
       ImGearPDFAtom* value
    );
    public:
    property ImGearPDFAtom^ Name {
       ImGearPDFAtom^ get();
       void set (    ImGearPDFAtom^ value);
    }

    Property Value

    ImGearPDFAtom class object.
    See Also