次の方法で共有


PaperSize.Height プロパティ

定義

用紙の高さを 100 分の 1 インチ単位で取得または設定します。

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

プロパティ値

用紙の高さ (100 分の 1 インチ)。

例外

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

注釈

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

適用対象

こちらもご覧ください