Gets or sets a value indicating whether print job from PrintDocument must be printed within ContentBounds.

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

Syntax

Visual Basic (Declaration)
Public Property UseContentBounds As Boolean
C#
public bool UseContentBounds { get; set; }
Visual C++
public:
property bool UseContentBounds {
	bool get ();
	void set (bool value);
}
JavaScript
function get_useContentBounds();
function set_useContentBounds(value);

See Also