ImageGear .NET - Updated December 24, 2018
CharSet Property (ImGearPDEFontInfo)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFontInfo Class : CharSet Property
Gets or sets the character set.
Syntax
'Declaration
 
Public Property CharSet As ImGearPDFAtom
 
'Usage
 
Dim instance As ImGearPDEFontInfo
Dim value As ImGearPDFAtom
 
instance.CharSet = value
 
value = instance.CharSet

Property Value

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

Reference

ImGearPDEFontInfo Class
ImGearPDEFontInfo Members
ImGearPDFAtom Class