共用方式為


PageSettings.Bounds 屬性

定義

取得頁面的大小,並將 Landscape 屬性所指定的頁面方向列入考量。

public:
 property System::Drawing::Rectangle Bounds { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle Bounds { get; }
member this.Bounds : System.Drawing.Rectangle
Public ReadOnly Property Bounds As Rectangle

屬性值

Rectangle,表示頁面的長度和寬度 (以百分之一英吋為單位)。

例外狀況

PrinterName 屬性命名的印表機並不存在。

備註

Bounds使用屬性以及 Margins 屬性來計算頁面的列印區域。

適用於

另請參閱