Write the PDF/A-1b document to a stream, eg a FileStream or MemoryStream.
Namespace: TallComponents.PDF.PDFAAssembly: TallComponents.PDF.PDFA (in TallComponents.PDF.PDFA.dll) Version: 1.0.1.0
Syntax
| C# |
|---|
public void Write( Stream stream, PdfOptions options ) |
| Visual Basic |
|---|
Public Sub Write ( _ stream As Stream, _ options As PdfOptions _ ) |
Parameters
- stream
- Type: System.IO..::..Stream
Write the document to this stream.
- options
- Type: TallComponents.PDF.PDFA..::..PdfOptions
Settings used during the write.
Remarks
Note that you cannot write more than once on the same document instance. After calling Document.Write() information in this instance can be incorrect.
The stream is flushed before this method returns.