ImageGear .NET
CharSet Property (ImGearPDEFontAttrs)




Gets or sets an atom for "Roman" or Null.
Syntax
'Declaration
 
Public Property CharSet As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDEFontAttrs
Dim value As ImGearPDFAtom
 
instance.CharSet = value
 
value = instance.CharSet
public ImGearPDFAtom CharSet {get; set;}
public: __property ImGearPDFAtom* get_CharSet();
public: __property void set_CharSet( 
   ImGearPDFAtom* value
);
public:
property ImGearPDFAtom^ CharSet {
   ImGearPDFAtom^ get();
   void set (    ImGearPDFAtom^ value);
}

Property Value

ImGearPDFAtom class object.
Remarks
If "Roman", the characters must be a subset of the Adobe Standard Roman Character Set.
See Also

Reference

ImGearPDEFontAttrs Class
ImGearPDEFontAttrs Members
ImGearPDFAtom Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback