←Select platform

ECCLevel Property (PDF417BarcodeWriteOptions)

Summary

Gets or sets a value that indicates the ECC (Error Correction) level to use when writing PDF417 barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DefaultValueAttribute()] 
[DescriptionAttribute("ECC level to use")] 
[DisplayNameAttribute("ECC level")] 
[CategoryAttribute("Error Checking and Correction")] 
public Leadtools.Barcode.PDF417BarcodeECCLevel ECCLevel {get; set;} 
<DefaultValueAttribute()> 
<DescriptionAttribute("ECC level to use")> 
<DisplayNameAttribute("ECC level")> 
<CategoryAttribute("Error Checking and Correction")> 
Public Property ECCLevel As Leadtools.Barcode.PDF417BarcodeECCLevel 
[DefaultValueAttribute()] 
[DescriptionAttribute("ECC level to use")] 
[DisplayNameAttribute("ECC level")] 
[CategoryAttribute("Error Checking and Correction")] 
public Leadtools.Barcode.PDF417BarcodeECCLevel ECCLevel {get; set;} 
@property (nonatomic, assign) LTPDF417BarcodeECCLevel eccLevel 
public PDF417BarcodeECCLevel getECCLevel() 
public void setECCLevel(PDF417BarcodeECCLevel value) 
             
DefaultValueAttribute() 
DescriptionAttribute("ECC level to use") 
DisplayNameAttribute("ECC level") 
CategoryAttribute("Error Checking and Correction") 
  
get_ECCLevel(); 
set_ECCLevel(value); 
Object.defineProperty('ECCLevel');  
[DefaultValueAttribute()] 
[DescriptionAttribute("ECC level to use")] 
[DisplayNameAttribute("ECC level")] 
[CategoryAttribute("Error Checking and Correction")] 
public: 
property Leadtools.Barcode.PDF417BarcodeECCLevel ECCLevel { 
   Leadtools.Barcode.PDF417BarcodeECCLevel get(); 
   void set (    Leadtools.Barcode.PDF417BarcodeECCLevel ); 
} 

Property Value

A PDF417BarcodeECCLevel enumeration member that determines the ECC (Error Correction) level to use when writing PDF417 barcodes. The default value is PDF417BarcodeECCLevel.Level0.

Remarks

When the value of ECCLevel is PDF417BarcodeECCLevel.UsePercentage, then the ECC level is determined by the value set in ECCPercentage instead of using one of the predefined number of words.

For more information, refer to PDF417BarcodeECCLevel.

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