'Declaration Public Property ErrorCorrectionLevel As ImGearBarcodePDF417ErrorCorrectionLevel
'Usage Dim instance As ImGearBarcodeWriterPDF417 Dim value As ImGearBarcodePDF417ErrorCorrectionLevel instance.ErrorCorrectionLevel = value value = instance.ErrorCorrectionLevel
public ImGearBarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevel {get; set;}
public: __property ImGearBarcodePDF417ErrorCorrectionLevel get_ErrorCorrectionLevel(); public: __property void set_ErrorCorrectionLevel( ImGearBarcodePDF417ErrorCorrectionLevel value );
public: property ImGearBarcodePDF417ErrorCorrectionLevel ErrorCorrectionLevel { ImGearBarcodePDF417ErrorCorrectionLevel get(); void set ( ImGearBarcodePDF417ErrorCorrectionLevel value); }