次の方法で共有


Page.Height プロパティ

定義

Height プロパティは、[ページ設定] ダイアログまたはオブジェクトを通じてPageSetup指定された用紙サイズの高さをポイント (72 ポイント = 1 インチ) で返します。

public:
 property int Height { int get(); };
public int Height { get; }
member this.Height : int
Public ReadOnly Property Height As Integer

プロパティ値

注釈

たとえば、縦画面モードで 8-1/2、11 インチのページ、 Height プロパティを返します 792、 Width プロパティは 612 を返します。

適用対象