PrintQueue.IsPrinting Property

Definition

Gets a value that indicates whether a job is printing.

public:
 property bool IsPrinting { bool get(); };
public bool IsPrinting { get; }
member this.IsPrinting : bool
Public ReadOnly Property IsPrinting As Boolean

Property Value

true if a job is printing; otherwise, false.

Remarks

If the printer does not support a signal with this meaning, then the property is always false.

Applies to