ET 开发人员参考 |
Application.PrintCommunication 属性 |
语法
表达式.PrintCommunication
表达式 返回 Application 对象的变量。
返回值
如果与打印机的通信开启,则为 True;否则为 False。
说明
将 PrintCommunication 属性设置为 False 将加速执行设置 PageSetup 属性的代码。在设置相应属性以提交所有缓存的 PageSetup 命令后,应将 PrintCommunication 属性设置为 True。
示例
下面的示例在设置 PageSetup 属性时挂起与打印机的通信。
示例代码 |
---|
|