次の方法で共有


Page.Width プロパティ

定義

[ページ設定] ダイアログまたはオブジェクトを使用して PageSetup 指定した用紙サイズの幅をポイント単位 (72 ポイント = 1 インチ) で返します。

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

プロパティ値

注釈

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

適用対象