ImageGear for .NET
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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback