Method Write
Namespace TallComponents.PDF
Class Document
Write the modified document to any writer.
Note that this allows you to write the document to a file, HTTP response or memory with full control.
Note that you cannot write more than once on the same document instance. After calling Document.Write() information in this instance can be incorrect.
For signing support you must be sure the stream is seekable. If the stream is writable only (eg Response.OutputStream) an exception will be raised.
Syntax
public
Void
Write(
BinaryWriter
binaryWriter
)
Returns
Void
Parameters
BinaryWriter
binaryWriter
Write the document to this writer.