![]() |
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 > PDF417BarcodeWriteOptions Class : ECCLevel Property |
[DefaultValueAttribute()] [DescriptionAttribute("ECC level to use")] [DisplayNameAttribute("ECC level")] [CategoryAttribute("Error Checking and Correction")] public PDF417BarcodeECCLevel ECCLevel {get; set;}
'Declaration
<DefaultValueAttribute()> <DescriptionAttribute("ECC level to use")> <DisplayNameAttribute("ECC level")> <CategoryAttribute("Error Checking and Correction")> Public Property ECCLevel As PDF417BarcodeECCLevel
'Usage
Dim instance As PDF417BarcodeWriteOptions Dim value As PDF417BarcodeECCLevel instance.ECCLevel = value value = instance.ECCLevel
[DefaultValueAttribute()] [DescriptionAttribute("ECC level to use")] [DisplayNameAttribute("ECC level")] [CategoryAttribute("Error Checking and Correction")] public PDF417BarcodeECCLevel ECCLevel {get; set;}
@property (nonatomic, assign) LTPDF417BarcodeECCLevel eccLevel
public PDF417BarcodeECCLevel getECCLevel() public void setECCLevel(PDF417BarcodeECCLevel value)
DefaultValueAttribute() DescriptionAttribute("ECC level to use") DisplayNameAttribute("ECC level") CategoryAttribute("Error Checking and Correction") <br/>get_ECCLevel();<br/>set_ECCLevel(value);<br/>Object.defineProperty('ECCLevel');
[DefaultValueAttribute()] [DescriptionAttribute("ECC level to use")] [DisplayNameAttribute("ECC level")] [CategoryAttribute("Error Checking and Correction")] public: property PDF417BarcodeECCLevel ECCLevel { PDF417BarcodeECCLevel get(); void set ( PDF417BarcodeECCLevel value); }
When the value of ECCLevel is PDF417BarcodeECCLevel.UsePercentage, then the ECC level is determined by the value set in ECCPercentage instead of using one of the predefined number of words.
For more information, refer to PDF417BarcodeECCLevel.
For an example, refer to PDF417BarcodeWriteOptions.