_Application.PrintCommunication 属性

定义

获取或设置是否打开与打印机的通信。

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

适用于