Gets or sets a value that indicates the ECC (Error Correction) level to use when writing PDF417 barcodes.
public PDF417BarcodeECCLevel ECCLevel { get; set; }
Public Property ECCLevel As Leadtools.Barcode.PDF417BarcodeECCLevel
public Leadtools.Barcode.PDF417BarcodeECCLevel ECCLevel {get; set;}
@property (nonatomic, assign) LTPDF417BarcodeECCLevel eccLevel
public PDF417BarcodeECCLevel getECCLevel()
public void setECCLevel(PDF417BarcodeECCLevel value)
<br/>get_ECCLevel();<br/>set_ECCLevel(value);<br/>Object.defineProperty('ECCLevel');
public:
property Leadtools.Barcode.PDF417BarcodeECCLevel ECCLevel {
Leadtools.Barcode.PDF417BarcodeECCLevel get();
void set ( Leadtools.Barcode.PDF417BarcodeECCLevel );
}
A PDF417BarcodeECCLevel enumeration member that determines the ECC (Error Correction) level to use when writing PDF417 barcodes. The default value is PDF417BarcodeECCLevel.Level0.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET