次の方法で共有


PrinterResolution.Y プロパティ

定義

垂直プリンターの解像度を 1 インチあたりのドット単位で取得します。

public:
 property int Y { int get(); void set(int value); };
public:
 property int Y { int get(); };
public int Y { get; set; }
public int Y { get; }
member this.Y : int with get, set
member this.Y : int
Public Property Y As Integer
Public ReadOnly Property Y As Integer

プロパティ値

垂直方向のプリンター解像度 (1 インチあたりのドット数)。

注釈

Kind プロパティが Custom に設定されていない場合、Y プロパティの既定値は -1 です。

適用対象