ImageGear .NET v25.0 - Updated
Name Property (ImGearPDFSysFont)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSysFont Class : Name Property
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

Reference

ImGearPDFSysFont Class
ImGearPDFSysFont Members
ImGearPDFAtom Class