PrinterResolution.Y プロパティ

定義

垂直方向のプリンター解像度を 1 インチあたりのドット数 (dpi) で取得します。

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

プロパティ値

垂直方向のプリンター解像度 (dpi)。

注釈

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

適用対象