_Application.PrintCommunication Property

Definition

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.

Applies to