Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

ECCPercentage Property (PDF417BarcodeWriteOptions)








Gets or sets a value that indicates the percentage of ECC characters to use when writing PDF417 barcodes.
Syntax
[DefaultValueAttribute()]
[DescriptionAttribute("The ECC character percentage. Only used when ECC level is Use percentage. Must be a value greater than or equal to 0 and less than or equal to 100")]
[DisplayNameAttribute("ECC percentage")]
[CategoryAttribute("Error Checking and Correction")]
public int ECCPercentage {get; set;}
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("The ECC character percentage. Only used when ECC level is Use percentage. Must be a value greater than or equal to 0 and less than or equal to 100")>
<DisplayNameAttribute("ECC percentage")>
<CategoryAttribute("Error Checking and Correction")>
Public Property ECCPercentage As Integer
'Usage
 
Dim instance As PDF417BarcodeWriteOptions
Dim value As Integer
 
instance.ECCPercentage = value
 
value = instance.ECCPercentage
[DefaultValueAttribute()]
[DescriptionAttribute("The ECC character percentage. Only used when ECC level is Use percentage. Must be a value greater than or equal to 0 and less than or equal to 100")]
[DisplayNameAttribute("ECC percentage")]
[CategoryAttribute("Error Checking and Correction")]
public int ECCPercentage {get; set;}
@property (nonatomic, assign) NSInteger eccPercentage
public int getECCPercentage()
public void setECCPercentage(int value)
            
DefaultValueAttribute()
DescriptionAttribute("The ECC character percentage. Only used when ECC level is Use percentage. Must be a value greater than or equal to 0 and less than or equal to 100")
DisplayNameAttribute("ECC percentage")
CategoryAttribute("Error Checking and Correction")
 <br/>get_ECCPercentage();<br/>set_ECCPercentage(value);<br/>Object.defineProperty('ECCPercentage'); 
[DefaultValueAttribute()]
[DescriptionAttribute("The ECC character percentage. Only used when ECC level is Use percentage. Must be a value greater than or equal to 0 and less than or equal to 100")]
[DisplayNameAttribute("ECC percentage")]
[CategoryAttribute("Error Checking and Correction")]
public:
property int ECCPercentage {
   int get();
   void set (    int value);
}

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

See Also

Reference

PDF417BarcodeWriteOptions Class
PDF417BarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features