PrinterResolution.Y プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
垂直方向のプリンター解像度を 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)。
注釈
プロパティが Kind に Custom設定されていない場合、プロパティの Y 既定値は -1 です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET