←Select platform

ErrorCorrectionRate Property

Summary

Gets or sets the error detection and correction ratio when writing an Aztec barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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;} 
<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 
[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") 
  
get_ErrorCorrectionRate(); 
set_ErrorCorrectionRate(value); 
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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize