次の方法で共有


IppResolution.Width プロパティ

定義

現在の resolutionIppResolution オブジェクトによって表される属性の幅 (インターネット印刷プロトコル (IPP) で定義) を取得します。

public:
 property int Width { int get(); };
int Width();
public int Width { get; }
var int32 = ippResolution.width;
Public ReadOnly Property Width As Integer

プロパティ値

Int32

int

属性の resolution 幅。

適用対象