Gets or sets a value that indicates the percentage of ECC characters to use when writing PDF417 barcodes.
public int ECCPercentage { get; set; }
Public Property ECCPercentage As Integer
public int ECCPercentage {get; set;}
@property (nonatomic, assign) NSInteger eccPercentage
public int getECCPercentage()
public void setECCPercentage(int value)
<br/>get_ECCPercentage();<br/>set_ECCPercentage(value);<br/>Object.defineProperty('ECCPercentage');
An Int32 that indicates the percentage of ECC characters to use when writing PDF417 barcodes. The ECC level will be chosen from this percentage. Must be a value between 0 and 100. The default value is 0.
The value of ECCPercentage will only be used when ECCLevel is set to PDF417BarcodeECCLevel.UsePercentage.
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