ImageGear .NET - Updated
ErrorCorrectionLevelUsed Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterPDF417 Class : ErrorCorrectionLevelUsed Property
Gets the error correction level used in creating the PDF417 barcode.
Syntax
'Declaration
 
Public ReadOnly Property ErrorCorrectionLevelUsed As ImGearBarcodePDF417ErrorCorrectionLevel
'Usage
 
Dim instance As ImGearBarcodeWriterPDF417
Dim value As ImGearBarcodePDF417ErrorCorrectionLevel
 
value = instance.ErrorCorrectionLevelUsed
public ImGearBarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevelUsed {get;}
public: __property ImGearBarcodePDF417ErrorCorrectionLevel get_ErrorCorrectionLevelUsed();
public:
property ImGearBarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevelUsed {
   ImGearBarcodePDF417ErrorCorrectionLevel get();
}

Property Value

The ImGearBarcodePDF417ErrorCorrectionLevel value set.
Remarks

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

See Also

Reference

ImGearBarcodeWriterPDF417 Class
ImGearBarcodeWriterPDF417 Members