_Application.PrintCommunication Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether communication with the printer is turned on.
public:
property bool PrintCommunication { bool get(); void set(bool value); };
public bool PrintCommunication { get; set; }
Public Property PrintCommunication As Boolean
Property Value
true if communication with the printer is turned on; otherwise, false.
Remarks
boolean Read/write.
Set the PrintCommunication property to false to speed up the execution of code that sets PageSetup properties. Set the PrintCommunication property to true after setting properties to commit all cached PageSetup commands.