←Select platform

ECCPercentage Property

Summary

Gets or sets a value that indicates the percentage of ECC characters to use when writing PDF417 barcodes.

Syntax
C#
VB
Objective-C
C++
Java
public int ECCPercentage { get; set; } 
Public Property ECCPercentage As Integer 
@property (nonatomic, assign) NSInteger eccPercentage 
public int getECCPercentage() 
public void setECCPercentage(int value) 
public: 
property int ECCPercentage { 
   int get(); 
   void set (    int ); 
} 

Property Value

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.

Remarks

The value of ECCPercentage will only be used when ECCLevel is set to PDF417BarcodeECCLevel.UsePercentage.

Example

For an example, refer to PDF417BarcodeWriteOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly