Gets the height of PDF document.

Namespace: Conaito.Flipdoo
Assembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)

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);
}

Field Value

The height.

See Also