ErrorCorrectionCoefficient Свойство (PdfInteractiveFormBarcodeField)
Возвращает или задает целочисленное значение, представляющее коэффициент коррекции ошибок.
[Category("Value")]
[Description("An integer value representing the error correction coefficient.")]
public System.Int32 ErrorCorrectionCoefficient { get; set; }
[Category("Value")]
[Description("An integer value representing the error correction coefficient.")]
public: __property System.Int32 get_ErrorCorrectionCoefficient();
public: __property void set_ErrorCorrectionCoefficient(
System.Int32
);
[Category("Value")]
[Description("An integer value representing the error correction coefficient.")]
public:
property System.Int32 ErrorCorrectionCoefficient {
System.Int32 get();
void set(System.Int32 );
}
'Declaration
<CategoryAttribute("Value")>
<DescriptionAttribute("An integer value representing the error correction coefficient.")>
Public Property ErrorCorrectionCoefficient As System.Int32
Property Value
Для PDF417 должно быть от 0 для "Уровня 0" до 8 для "Уровня 8".
Для QRCode должно быть от 0 до 3 (0 для "L", 1 для "M", 2 для "Q" и 3 для "H").
Штрих-коды Vintasoft:
Для Aztec , должно быть от 0 до 9: (0%, 10%, 15%, 25%, 30%, 50%, 60%, 70%, 80%, 90%).
Для кода Хань Синь должно быть от 0 для "L1" до 3 для "L4".
Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5