Gets the rectangular area that represents the portion of the page inside the margins.

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

Syntax

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

See Also