Options.PrintProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如此 如果 Microsoft Word 在文档结尾另起一页打印文档的摘要信息。 假 如果不打印文档的摘要信息。 可在“文件”菜单的“属性”对话框中找到摘要信息。
public:
property bool PrintProperties { bool get(); void set(bool value); };
public bool PrintProperties { get; set; }
member this.PrintProperties : bool with get, set
Public Property PrintProperties As Boolean