ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFontAttrs Class / CharSet Property




In This Topic
    CharSet Property (ImGearPDEFontAttrs)
    In This Topic
    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