_Application.PrintCommunication 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置是否打开与打印机的通信。
public:
property bool PrintCommunication { bool get(); void set(bool value); };
public bool PrintCommunication { get; set; }
Public Property PrintCommunication As Boolean
属性值
如果打开与打印机的通信,则为 true;否则为 false。
注解
布尔 读/写。
将 PrintCommunication 属性设置为 false 以加快设置 PageSetup 属性的代码的执行速度。 在设置 PrintCommunication 属性以提交所有缓存的 PageSetup 命令后,将属性设置为 true 。