Accusoft.Forms1 - Updated
ErrorCorrectionLevelUsed Property



Accusoft.BarcodeXpressSdk Namespace > WriterPDF417 Class : ErrorCorrectionLevelUsed Property
Gets the error correction level used in creating the PDF417 barcode.
Syntax
Public ReadOnly Property ErrorCorrectionLevelUsed As PDF417ErrorCorrectionLevel
Dim instance As WriterPDF417
Dim value As PDF417ErrorCorrectionLevel
 
value = instance.ErrorCorrectionLevelUsed
public PDF417ErrorCorrectionLevel ErrorCorrectionLevelUsed {get;}
public:
property PDF417ErrorCorrectionLevel ErrorCorrectionLevelUsed {
   PDF417ErrorCorrectionLevel get();
}

Property Value

The PDF417ErrorCorrectionLevel value set.
Remarks

This property gets the error correction level value used in creation of the PDF417 barcode.

See Also

Reference

WriterPDF417 Class
WriterPDF417 Members