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