Write the modified document to a HTTP response.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public void Write(
	HttpResponse response
)
Visual Basic
Public Sub Write ( _
	response As HttpResponse _
)

Parameters

response
Type: System.Web..::..HttpResponse
Write the document to this writer.

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.

See Also