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




In This Topic
    Name Property (ImGearPDFFont)
    In This Topic
    Gets the name of the font. Note that for Type 1 and TrueType fonts, the name may be prefixed by six uppercase letters followed by a plus (+) sign if it is a subset of the actual font.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    'Usage
     
    Dim instance As ImGearPDFFont
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    public: __property string* get_Name();
    public:
    property String^ Name {
       String^ get();
    }

    Property Value

    The name of the font.
    See Also