'Declaration
Public Property ErrorCorrectionLevel As Pdf417ErrorCorrectionLevel
'Usage
Dim instance As Pdf417RegularBarcode Dim value As Pdf417ErrorCorrectionLevel instance.ErrorCorrectionLevel = value value = instance.ErrorCorrectionLevel
public Pdf417ErrorCorrectionLevel ErrorCorrectionLevel {get; set;}
public: property Pdf417ErrorCorrectionLevel ErrorCorrectionLevel { Pdf417ErrorCorrectionLevel get(); void set ( Pdf417ErrorCorrectionLevel value); }