Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

ErrorCorrectionRate Property








Gets or sets the error detection and correction ratio when writing an Aztec barcode.
Syntax
[DefaultValueAttribute()]
[CategoryAttribute("		Options")]
[DescriptionAttribute("The minimum ratio of error detection and correction codewords to use when writing Aztec Code")]
[DisplayNameAttribute("Error Correction Rate")]
public int ErrorCorrectionRate {get; set;}
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("		Options")>
<DescriptionAttribute("The minimum ratio of error detection and correction codewords to use when writing Aztec Code")>
<DisplayNameAttribute("Error Correction Rate")>
Public Property ErrorCorrectionRate As Integer
'Usage
 
Dim instance As AztecBarcodeWriteOptions
Dim value As Integer
 
instance.ErrorCorrectionRate = value
 
value = instance.ErrorCorrectionRate
[DefaultValueAttribute()]
[CategoryAttribute("		Options")]
[DescriptionAttribute("The minimum ratio of error detection and correction codewords to use when writing Aztec Code")]
[DisplayNameAttribute("Error Correction Rate")]
public int ErrorCorrectionRate {get; set;}
@property (nonatomic, assign) NSInteger errorCorrectionRate
public int getErrorCorrectionRate()
public void setErrorCorrectionRate(int value)
            
DefaultValueAttribute()
CategoryAttribute("		Options")
DescriptionAttribute("The minimum ratio of error detection and correction codewords to use when writing Aztec Code")
DisplayNameAttribute("Error Correction Rate")
 <br/>get_ErrorCorrectionRate();<br/>set_ErrorCorrectionRate(value);<br/>Object.defineProperty('ErrorCorrectionRate'); 
[DefaultValueAttribute()]
[CategoryAttribute("		Options")]
[DescriptionAttribute("The minimum ratio of error detection and correction codewords to use when writing Aztec Code")]
[DisplayNameAttribute("Error Correction Rate")]
public:
property int ErrorCorrectionRate {
   int get();
   void set (    int value);
}

Property Value

An Int32 to be used when writing an Aztec barcode. Must be a value greater than or equal to 5 and less than or equal 95. The default value is 23.
Remarks

This value indicates the minimum ratio of codewords to be used as error detection and correction codewords, knowing that any extra codewords after encoding the message will be used as error detection and correction codewords.

Example

For an example, refer to AztecBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

AztecBarcodeWriteOptions Class
AztecBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features