Returns true if the specified HttpRequest is requesting the processing of a client print job; otherwise it returns false.
Namespace: Neodynamic.SDK.WebAssembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 1.0.2000.0 (1.0.2000.0)
Syntax
C# |
---|
public static bool ProcessPrintJob( HttpRequest request ) |
Visual Basic |
---|
Public Shared Function ProcessPrintJob ( _ request As HttpRequest _ ) As Boolean |
Visual C++ |
---|
public: static bool ProcessPrintJob( HttpRequest^ request ) |
Parameters
- request
- Type: System.Web..::..HttpRequest
A HttpRequest object.