![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > AztecBarcodeWriteOptions Class : ErrorCorrectionRate Property |
[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); }
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.