VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormBarcodeField Class / ErrorCorrectionCoefficient Property
Syntax Requirements SeeAlso
In This Topic
    ErrorCorrectionCoefficient Property (PdfInteractiveFormBarcodeField)
    In This Topic
    Gets or sets an integer value representing the error correction coefficient.
    Syntax
    'Declaration
    
    <DescriptionAttribute("An integer value representing the error correction coefficient.")>
    <CategoryAttribute("Value")>
    Public Property ErrorCorrectionCoefficient As System.Int32
    
    
    [Description("An integer value representing the error correction coefficient.")]
    [Category("Value")]
    public System.Int32 ErrorCorrectionCoefficient { get; set; }
    
    
    [Description("An integer value representing the error correction coefficient.")]
    [Category("Value")]
    public: __property System.Int32 get_ErrorCorrectionCoefficient();
    public: __property void set_ErrorCorrectionCoefficient(
    System.Int32 value
    );
    [Description("An integer value representing the error correction coefficient.")]
    [Category("Value")]
    public:
    property System.Int32 ErrorCorrectionCoefficient { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    For PDF417, shall be from 0 for 'Level0' to 8 for 'Level8'.
    For QRCode, shall be from 0 to 3 (0 for 'L', 1 for 'M', 2 for 'Q', and 3 for 'H').
    Vintasoft barcodes:
    For Aztec, shall be from 0 to 9: (0%, 10%, 15%, 25%, 30%, 50%, 60%, 70%, 80%, 90%).
    For Han Xin Code, shall be from 0 for 'L1' to 3 for 'L4'.
    Requirements

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

    See Also