Gets the rectangular area that represents the total area of the page.

Namespace:  Greatis.PrintSuite
Assembly:  Greatis.PrintSuite (in Greatis.PrintSuite.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PageBounds As Rectangle
C#
public Rectangle PageBounds { get; }
Visual C++
public:
property Rectangle PageBounds {
	Rectangle get ();
}
JavaScript
function get_pageBounds();

See Also