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.
シンタックス
'宣言
Public Property OriginAtMargins As Boolean
public bool OriginAtMargins {get; set;}
プロパティ値
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.
参照