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




In This Topic
    Name Property (ImGearPDFSysFont)
    In This Topic
    Gets a PostScript or TrueType styled name for a system font.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDFSysFont
    Dim value As ImGearPDFAtom
     
    value = instance.Name
    public ImGearPDFAtom Name {get;}
    public: __property ImGearPDFAtom* get_Name();
    public:
    property ImGearPDFAtom^ Name {
       ImGearPDFAtom^ get();
    }

    Property Value

    ImGearPDFAtom class object.
    See Also