Gets or sets a value indicating whether the position of a graphics object associated with a page is located just inside the user-specified margins or at the top-left corner of the printable area of the page.

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

Syntax

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

See Also