Share via


PageResolution.Y 屬性

定義

取得垂直頁面解析度 (單位為 DPI)。

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 是與紙張移動方向垂直的紙張維度。 這兩個值通常相同。

適用於