public PDF417BarcodeECCLevel ECCLevel { get; set; }
Public Property ECCLevel As PDF417BarcodeECCLevel
@property (nonatomic, assign) LTPDF417BarcodeECCLevel eccLevel
public PDF417BarcodeECCLevel getECCLevel()
public void setECCLevel(PDF417BarcodeECCLevel value)
public:
property PDF417BarcodeECCLevel ECCLevel {
PDF417BarcodeECCLevel get();
void set ( 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document