←Select platform

ECCPercentage Property (PDF417BarcodeWriteOptions)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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;} 
<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 
[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") 
  
get_ECCPercentage(); 
set_ECCPercentage(value); 
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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize