Sends this ClientPrintJob to the client for further processing.
Namespace: Neodynamic.SDK.WebAssembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 1.0.2000.0 (1.0.2000.0)
Syntax
| C# |
|---|
public void SendToClient( HttpResponse response ) |
| Visual Basic |
|---|
Public Sub SendToClient ( _ response As HttpResponse _ ) |
| Visual C++ |
|---|
public: void SendToClient( HttpResponse^ response ) |
Parameters
- response
- Type: System.Web..::..HttpResponse
A HttpResponse object.