LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

ECCPercentage Property (PDF417BarcodeWriteOptions)








Gets or sets a value that indicates the percentage of ECC characters to use when writing PDF417 barcodes. .NET support WinRT support Silverlight support
Syntax
[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")]
[CategoryAttribute("Error Checking and Correction")]
[DisplayNameAttribute("ECC percentage")]
[DefaultValueAttribute()]
public int ECCPercentage {get; set;}
'Declaration
 
<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")>
<CategoryAttribute("Error Checking and Correction")>
<DisplayNameAttribute("ECC percentage")>
<DefaultValueAttribute()>
Public Property ECCPercentage As Integer
'Usage
 
Dim instance As PDF417BarcodeWriteOptions
Dim value As Integer
 
instance.ECCPercentage = value
 
value = instance.ECCPercentage
[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")]
[CategoryAttribute("Error Checking and Correction")]
[DisplayNameAttribute("ECC percentage")]
[DefaultValueAttribute()]
public int ECCPercentage {get; set;}
ObjectiveC Syntax
Java Syntax
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")
CategoryAttribute("Error Checking and Correction")
DisplayNameAttribute("ECC percentage")
DefaultValueAttribute()
 get_ECCPercentage();
set_ECCPercentage(value);
[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")]
[CategoryAttribute("Error Checking and Correction")]
[DisplayNameAttribute("ECC percentage")]
[DefaultValueAttribute()]
public:
property int ECCPercentage {
   int get();
   void set (    int value);
}

Property Value

An System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDF417BarcodeWriteOptions Class
PDF417BarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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