ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSysEncoding Class / IsMultiByte Property




In This Topic
    IsMultiByte Property (ImGearPDFSysEncoding)
    In This Topic
    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