PrintQueue.Pause Method

Definition

Pauses the print queue. It remains paused until Resume() is executed.

public:
 virtual void Pause();
public virtual void Pause ();
abstract member Pause : unit -> unit
override this.Pause : unit -> unit
Public Overridable Sub Pause ()

Exceptions

The printer cannot be paused.

Applies to

See also