PDFKit.NET 2.0 Class Library (.NET 2.0)

Document.Write Method (HttpResponse)

Write the modified document to a HTTP response.

public void Write(
   HttpResponse response
);

Parameters

response
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

Document Class | TallComponents.PDF Namespace | Document.Write Overload List