ImageGear .NET v25.0 - Updated
IsMultibyte Property (ImGearPDEFont)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFont Class : IsMultibyte Property
Gets a value indicating whether the font contains any multi-byte characters.
Syntax
'Declaration
 
Public ReadOnly Property IsMultibyte As Boolean
'Usage
 
Dim instance As ImGearPDEFont
Dim value As Boolean
 
value = instance.IsMultibyte
public bool IsMultibyte {get;}
public: __property bool get_IsMultibyte();
public:
property bool IsMultibyte {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearPDEFont Class
ImGearPDEFont Members