←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++
public int ErrorCorrectionRate { get; set; } 
Public Property ErrorCorrectionRate As Integer 
public int ErrorCorrectionRate {get; set;} 
@property (nonatomic, assign) NSInteger errorCorrectionRate 
public int getErrorCorrectionRate() 
public void setErrorCorrectionRate(int value) 
             
 <br/>get_ErrorCorrectionRate();<br/>set_ErrorCorrectionRate(value);<br/>Object.defineProperty('ErrorCorrectionRate');  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly