VintaSoft Barcode .NET SDK 15.2: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / HanXinCodeErrorCorrectionLevel Property
Синтаксис Требования Смотрите также
    HanXinCodeErrorCorrectionLevel Свойство (WriterSettings)
    Возвращает или устанавливает уровень исправления ошибок Han Xin Code.
    Синтаксис
    'Declaration
    
    <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;")>
    <CategoryAttribute("Han Xin Code")>
    Public Property HanXinCodeErrorCorrectionLevel As Vintasoft.Barcode.BarcodeInfo.HanXinCodeErrorCorrectionLevel
    
    
     

    Property Value

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

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

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