ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeWriterPDF417 Class / ErrorCorrectionLevelUsed Property




In This Topic
    ErrorCorrectionLevelUsed Property
    In This Topic
    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