Gets or sets the tall bars' height of Postnet symbology. The unit of measure must be specified to BarcodeUnit property.

Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)

Syntax

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

See Also