Height Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The height of the page in units of 1/96th of an inch.

Namespace: PDFTron.SilverDox.Documents
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public int Height { get; internal set; }
Visual Basic
Public Property Height As Integer
	Get
	Friend Set
Visual C++
public:
property int Height {
	int get ();
	internal: void set (int value);
}

See Also