次の方法で共有


PageSetup.PaperSize プロパティ

定義

用紙サイズを設定または返します。

public:
 property Microsoft::Office::Interop::Word::WdPaperSize PaperSize { Microsoft::Office::Interop::Word::WdPaperSize get(); void set(Microsoft::Office::Interop::Word::WdPaperSize value); };
public Microsoft.Office.Interop.Word.WdPaperSize PaperSize { get; set; }
member this.PaperSize : Microsoft.Office.Interop.Word.WdPaperSize with get, set
Public Property PaperSize As WdPaperSize

プロパティ値

注釈

または PageWidth プロパティをPageHeight設定すると、PaperSize プロパティが wdPaperCustom に変更されます。

適用対象