Constructs a DocWriter.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected DocWriter( Document document, Stream os ) |
Visual Basic |
---|
Protected Sub New ( _ document As Document, _ os As Stream _ ) |
Visual C++ |
---|
protected: DocWriter( Document^ document, Stream^ os ) |
Parameters
- document
- Type: iTextSharp.text..::..Document
The Document that has to be written
- os
- Type: System.IO..::..Stream
The Stream the writer has to write to.