PrintPageEventArgs.PageBounds 屬性

定義

取得表示整個頁面的矩形區域。

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

屬性值

矩形區域,表示整個頁面區域。

備註

注意

大部分印表機都無法在頁面的邊緣列印。

適用於

另請參閱