Gets or sets the maximum print width of PDF417 barcode.

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

Syntax

C#
public double Pdf417MaxWidth { get; set; }
Visual Basic (Declaration)
Public Property Pdf417MaxWidth As Double
Visual C++
public:
property double Pdf417MaxWidth {
	double get ();
	void set (double value);
}

Remarks

NOTE: This value is required when using EPL-printers. It's ignored when using ZPL-printers.

See Also