VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / QRBinaryValueItem Class / TestValueToKanjiEncoding Property
Syntax Requirements SeeAlso
In This Topic
    TestValueToKanjiEncoding Property (QRBinaryValueItem)
    In This Topic
    Gets or sets a value indicating whether the barcode reader must detect the barcode data value encoded using Kanji(Shift_JIS) encoding.
    Syntax
    'Declaration
    
    Public Shared Property TestValueToKanjiEncoding As Boolean
    
    
    public static bool TestValueToKanjiEncoding { get; set; }
    
    
    public: __property static bool get_TestValueToKanjiEncoding();
    public: __property static void set_TestValueToKanjiEncoding(
    bool value
    );
    public:
    static property bool TestValueToKanjiEncoding { bool get(); void set(bool value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also