ImageGear .NET v25.0 - Updated
CIDFontType Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFontAttrs Class : CIDFontType Property
Gets or sets an atom representing the CID font type.
Syntax
'Declaration
 
Public Property CIDFontType As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDEFontAttrs
Dim value As ImGearPDFAtom
 
instance.CIDFontType = value
 
value = instance.CIDFontType
public ImGearPDFAtom CIDFontType {get; set;}
public: __property ImGearPDFAtom* get_CIDFontType();
public: __property void set_CIDFontType( 
   ImGearPDFAtom* value
);
public:
property ImGearPDFAtom^ CIDFontType {
   ImGearPDFAtom^ get();
   void set (    ImGearPDFAtom^ value);
}

Property Value

ImGearPDFAtom class object.
Remarks
CIDFontType0 or CIDFontType2.
See Also

Reference

ImGearPDEFontAttrs Class
ImGearPDEFontAttrs Members
ImGearPDFAtom Class