PDF .NET Library Documentation - PDF Technologies, Inc.
Gets the height of the barcode. It's uses UnitOfMeasure.

Namespace:  PDFTech.Barcodes.Barcode2D
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public double Height { get; }
Visual Basic (Declaration)
Public ReadOnly Property Height As Double
Visual C++
public:
property double Height {
	double get ();
}

See Also