iTextSharp.text.DocWriter.DocWriter C# (CSharp) Метод

DocWriter() защищенный Метод

Constructs a DocWriter.
protected DocWriter ( Document document, Stream os ) : System
document Document The Document that has to be written
os Stream The Stream the writer has to write to.
Результат System
        protected DocWriter(Document document, Stream os)
        {
            this.document = document;
            this.os = new OutputStreamCounter(os);
        }

Same methods

DocWriter::DocWriter ( ) : System