WebClientPrint ProcessPrintJob Method Neodynamic WebClientPrint for ASP.NET Class Reference
Returns true if the specified HttpRequest is requesting the processing of a client print job; otherwise it returns false.

Namespace: Neodynamic.SDK.Web
Assembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 2.0.2000.0 (2.0.2000.2)
Syntax

public static bool ProcessPrintJob(
	HttpRequest request
)

Return Value

Type: OnlineBoolean
true if the specified HttpRequest is requesting the processing of a client print job; otherwise it returns false.
See Also