PageResolution.X 属性

定义

获取页面水平分辨率的每英寸点数。

public:
 property Nullable<int> X { Nullable<int> get(); };
public int? X { get; }
member this.X : Nullable<int>
Public ReadOnly Property X As Nullable(Of Integer)

属性值

一个 Int32 值,表示页面的水平分辨率。

注解

对于大多数打印机,此值是垂直于纸张通过打印机移动方向的纸张尺寸,是 Y 与纸张移动方向平行的纸张尺寸。 这两个值通常相同。

适用于