Gets or sets bar's height for individual rows in the 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 Pdf417RowBarHeight { get; set; }
Visual Basic (Declaration)
Public Property Pdf417RowBarHeight As Double
Visual C++
public:
property double Pdf417RowBarHeight {
	double get ();
	void set (double value);
}

See Also