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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFontAttrs Class : Name Property
Gets or sets an atom for the font name.
Syntax
'Declaration
 
Public Property Name As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDEFontAttrs
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.
Remarks
Corresponds to the BaseFont key in the font dictionary of a PDF file (see Section 5.6.3 in the PDF Reference).
See Also

Reference

ImGearPDEFontAttrs Class
ImGearPDEFontAttrs Members
ImGearPDFAtom Class