ImageGear for .NET
Name Property (ImGearPDEFontAttrs)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback