ImageGear .NET v25.0 - Updated
IsMultiByte Property (ImGearPDFSysEncoding)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSysEncoding Class : IsMultiByte Property
Gets a value indicating whether the encoding is CMap encoding.
Syntax
'Declaration
 
Public ReadOnly Property IsMultiByte As Boolean
'Usage
 
Dim instance As ImGearPDFSysEncoding
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

ImGearPDFSysEncoding Class
ImGearPDFSysEncoding Members