Gets the height of the page in points (1/72 inch).

Namespace:  TallComponents.Web.Pdf
Assembly:  TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.6.5

Syntax

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

Field Value

The height of the page in points (1/72 inch).

See Also