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.
Syntax
'Declaration
Public Property OriginAtMargins As Boolean
public bool OriginAtMargins {get; set;}
Property Value
true if the graphics origin starts at the page margins; false if the graphics origin is at the top-left corner of the printable page. The default is false.
See Also