Write the modified document to a HTTP response.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public void Write( HttpResponse response, DocumentWriteMode writeMode ) |
| Visual Basic |
|---|
Public Sub Write ( _ response As HttpResponse, _ writeMode As DocumentWriteMode _ ) |
Parameters
- response
- Type: System.Web..::..HttpResponse
Write the document to this writer.
- writeMode
- Type: TallComponents.PDF..::..DocumentWriteMode
The write mode to use.
Remarks
This includes: clearing, setting ContentType, setting ContentEncoding and flushing and closing the response.
This function should not be used when the document is signed.