Gets or sets rectangular area available for printing.

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

Syntax

Visual Basic (Declaration)
Public Property ContentBounds As Rectangle
C#
public Rectangle ContentBounds { get; set; }
Visual C++
public:
property Rectangle ContentBounds {
	Rectangle get ();
	void set (Rectangle value);
}
JavaScript
function get_contentBounds();
function set_contentBounds(value);

See Also