PrintPageEventArgs.MarginBounds 属性

定义

获取表示边距以内的页面部分的矩形区域。

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

属性值

Rectangle

以百分之一英寸为单位的矩形区域,表示边距以内的页面部分。

适用于

另请参阅