PageResolution.Y 属性

定义

获取页面垂直分辨率的每英寸点数。

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

属性值

一个可以为 null 的 Int32 值,表示页面垂直分辨率。

注解

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

适用于