Write the modified document to any writer.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.0
Syntax
| C# |
|---|
public void Write( BinaryWriter binaryWriter, bool keepOpen ) |
| Visual Basic |
|---|
Public Sub Write ( _ binaryWriter As BinaryWriter, _ keepOpen As Boolean _ ) |
Parameters
- binaryWriter
- Type: System.IO..::..BinaryWriter
Write the document to this writer.
- keepOpen
- Type: System..::..Boolean
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.