'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); }