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 、用紙の移動方向に垂直な用紙寸法です。 通常、2 つの値は同じです。

適用対象