ImageGear v26.0 - Updated
Type Property (ImGearPDEFontAttrs)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFontAttrs Class : Type Property
Gets or sets an atom for font type, corresponding to the Subtype key in a font dictionary.
Syntax
'Declaration
 
Public Property Type As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDEFontAttrs
Dim value As ImGearPDFAtom
 
instance.Type = value
 
value = instance.Type
public ImGearPDFAtom Type {get; set;}
public: __property ImGearPDFAtom* get_Type();
public: __property void set_Type( 
   ImGearPDFAtom* value
);
public:
property ImGearPDFAtom^ Type {
   ImGearPDFAtom^ get();
   void set (    ImGearPDFAtom^ value);
}

Property Value

ImGearPDFAtom class object.
Remarks
May be "Type1", "TrueType", "MMType1", or "Type0".
See Also

Reference

ImGearPDEFontAttrs Class
ImGearPDEFontAttrs Members
ImGearPDFAtom Class

Is this page helpful?
Yes No
Thanks for your feedback.