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

属性值

注解

PageHeight设置 或 PageWidth 属性会将 PaperSize 属性更改为 wdPaperCustom

适用于