Gets or sets the error detection and correction ratio when writing an Aztec barcode.
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');
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.
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.
For an example, refer to AztecBarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET