VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / hanXinCodeErrorCorrectionLevel Property
Синтаксис Требования Смотрите также
В этом разделе
    hanXinCodeErrorCorrectionLevel Свойство (WebBarcodeWriteRequestParams)
    В этом разделе
    Возвращает или задает уровень исправления ошибок для штрих-кода Han Xin Code.
    Синтаксис
    'Declaration
    
    Public Property hanXinCodeErrorCorrectionLevel As Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel
    
    
    public Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel hanXinCodeErrorCorrectionLevel { get; set; }
    
    
    public: __property Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel get_hanXinCodeErrorCorrectionLevel();
    public: __property void set_hanXinCodeErrorCorrectionLevel(
    Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel value
    );
    public:
    property Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel hanXinCodeErrorCorrectionLevel { Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel get(); void set(Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel value); }

    Property Value

    Значение по умолчанию - Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel.L2.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также