Gets or sets the Error Correction Level to apply for PDF417 symbology. Default value is Level2

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public Pdf417ErrorCorrection Pdf417ErrorCorrectionLevel { get; set; }
Visual Basic
Public Property Pdf417ErrorCorrectionLevel As Pdf417ErrorCorrection
	Get
	Set
Visual C++
public:
property Pdf417ErrorCorrection Pdf417ErrorCorrectionLevel {
	Pdf417ErrorCorrection get ();
	void set (Pdf417ErrorCorrection value);
}

See Also