'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); }