PaperSize.Width プロパティ

定義

用紙の横幅を 1/100 インチ単位で取得または設定します。

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

プロパティ値

用紙の横幅 (1/100 インチ単位)。

例外

Kind プロパティが Custom に設定されていません。

注釈

この幅の測定は、用紙の縦向きです。 プロパティと Height プロパティの値はWidth、カスタム PaperSize オブジェクトに対してのみ設定できます。

適用対象

こちらもご覧ください