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




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

Reference

ImGearPDEFontInfo Class
ImGearPDEFontInfo Members
ImGearPDFAtom Class