PDFKit.NET 2.0 Class Library (.NET 2.0)

Document.Write Method (BinaryWriter, Boolean)

Write the modified document to any writer.

public void Write(
   BinaryWriter binaryWriter,
   bool keepOpen
);

Parameters

binaryWriter
Write the document to this writer.
keepOpen
Keep the document open after writing.

Remarks

Note that this allows you to write the document to a file, HTTP response or memory with full control.

If keepOpen is false, you cannot write more than once on the same document instance. After calling Document.Write() information in this instance can be incorrect.

See Also

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