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 > QRBarcodeWriteOptions Class : ECCLevel Property |
[DescriptionAttribute("ECC level to use")] [DefaultValueAttribute()] [CategoryAttribute("Error Checking and Correction")] [DisplayNameAttribute("ECC level")] public QRBarcodeECCLevel ECCLevel {get; set;}
'Declaration
<DescriptionAttribute("ECC level to use")> <DefaultValueAttribute()> <CategoryAttribute("Error Checking and Correction")> <DisplayNameAttribute("ECC level")> Public Property ECCLevel As QRBarcodeECCLevel
'Usage
Dim instance As QRBarcodeWriteOptions Dim value As QRBarcodeECCLevel instance.ECCLevel = value value = instance.ECCLevel
[DescriptionAttribute("ECC level to use")] [DefaultValueAttribute()] [CategoryAttribute("Error Checking and Correction")] [DisplayNameAttribute("ECC level")] public QRBarcodeECCLevel ECCLevel {get; set;}
@property (nonatomic, assign) LTQRBarcodeECCLevel eccLevel
public QRBarcodeECCLevel getECCLevel() public void setECCLevel(QRBarcodeECCLevel value)
DescriptionAttribute("ECC level to use") DefaultValueAttribute() CategoryAttribute("Error Checking and Correction") DisplayNameAttribute("ECC level") <br/>get_ECCLevel();<br/>set_ECCLevel(value);<br/>Object.defineProperty('ECCLevel');
[DescriptionAttribute("ECC level to use")] [DefaultValueAttribute()] [CategoryAttribute("Error Checking and Correction")] [DisplayNameAttribute("ECC level")] public: property QRBarcodeECCLevel ECCLevel { QRBarcodeECCLevel get(); void set ( QRBarcodeECCLevel value); }
For more information, refer to QRBarcodeECCLevel.
For an example, refer to QRBarcodeWriteOptions.