Leadtools.Barcode Namespace > QRBarcodeWriteOptions Class : ECCLevel Property |
[DescriptionAttribute("ECC level to use")] [CategoryAttribute("Error Checking and Correction")] [DefaultValueAttribute()] [DisplayNameAttribute("ECC level")] public QRBarcodeECCLevel ECCLevel {get; set;}
'Declaration <DescriptionAttribute("ECC level to use")> <CategoryAttribute("Error Checking and Correction")> <DefaultValueAttribute()> <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")] [CategoryAttribute("Error Checking and Correction")] [DefaultValueAttribute()] [DisplayNameAttribute("ECC level")] public QRBarcodeECCLevel ECCLevel {get; set;}
ObjectiveC Syntax
Java Syntax
DescriptionAttribute("ECC level to use") CategoryAttribute("Error Checking and Correction") DefaultValueAttribute() DisplayNameAttribute("ECC level") get_ECCLevel();
set_ECCLevel(value);
[DescriptionAttribute("ECC level to use")] [CategoryAttribute("Error Checking and Correction")] [DefaultValueAttribute()] [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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2