ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFont Class / IsMultibyte Property




In This Topic
    IsMultibyte Property (ImGearPDEFont)
    In This Topic
    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