ImageGear .NET v25.0 - Updated
CharSet Property (ImGearPDEFontAttrs)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFontAttrs Class : CharSet Property
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