VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / HanXinCodeErrorCorrectionLevel Property
Синтаксис Требования Смотрите также
В этом разделе
    HanXinCodeErrorCorrectionLevel Свойство (WriterSettings)
    В этом разделе
    Возвращает или устанавливает уровень исправления ошибок Han Xin Code.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Han Xin Code")>
    <DefaultValueAttribute(L2)>
    <DescriptionAttribute("Han Xin Code error correction level.
    L1 - 8% recovery capacity;L2 - 15% recovery capacity;L3 - 23% recovery capacity;L4 - 30% recovery capacity;")>
    Public Property HanXinCodeErrorCorrectionLevel As Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel
    
    
    [Category("Han Xin Code")]
    [DefaultValue(L2)]
    [Description("Han Xin Code error correction level.
    L1 - 8% recovery capacity;L2 - 15% recovery capacity;L3 - 23% recovery capacity;L4 - 30% recovery capacity;")]
    public Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel HanXinCodeErrorCorrectionLevel { get; set; }
    
    
    [Category("Han Xin Code")]
    [DefaultValue(L2)]
    [Description("Han Xin Code error correction level.
    L1 - 8% recovery capacity;L2 - 15% recovery capacity;L3 - 23% recovery capacity;L4 - 30% recovery capacity;")]
    public: __property Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel get_HanXinCodeErrorCorrectionLevel();
    public: __property void set_HanXinCodeErrorCorrectionLevel(
    Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel value
    );
    [Category("Han Xin Code")]
    [DefaultValue(L2)]
    [Description("Han Xin Code error correction level.
    L1 - 8% recovery capacity;L2 - 15% recovery capacity;L3 - 23% recovery capacity;L4 - 30% recovery capacity;")]
    public:
    property Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel HanXinCodeErrorCorrectionLevel { Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel get(); void set(Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel value); }

    Property Value

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

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

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