Gets or sets the maximum print height 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 Pdf417MaxHeight { get; set; }
Visual Basic (Declaration)
Public Property Pdf417MaxHeight As Double
Visual C++
public:
property double Pdf417MaxHeight {
	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