PageSettings.Bounds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取页面的大小,并且考虑由 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 属性来计算页面的打印区域。