PDFView4NET WPF Edition
ErrorCorrectionLevel Property (PDF417Barcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDF417Barcode Class : ErrorCorrectionLevel Property
Gets or sets the level of error correction used by this barcode.
Syntax
'Declaration
 
Public Property ErrorCorrectionLevel As PDF417ErrorCorrectionLevel
'Usage
 
Dim instance As PDF417Barcode
Dim value As PDF417ErrorCorrectionLevel
 
instance.ErrorCorrectionLevel = value
 
value = instance.ErrorCorrectionLevel
public PDF417ErrorCorrectionLevel ErrorCorrectionLevel {get; set;}
public: __property PDF417ErrorCorrectionLevel get_ErrorCorrectionLevel();
public: __property void set_ErrorCorrectionLevel( 
   PDF417ErrorCorrectionLevel value
);
public:
property PDF417ErrorCorrectionLevel ErrorCorrectionLevel {
   PDF417ErrorCorrectionLevel get();
   void set (    PDF417ErrorCorrectionLevel value);
}

Property Value

An PDF417ErrorCorrectionLevel enumeration member specifying the level of error correction used by this barcode.
Remarks
The lowest error correction level is 0 and the greatest error correction level is 8. Each level generates a specific number of error correction codewords.
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

PDF417Barcode Class
PDF417Barcode Members