iTextSharp.text.pdf.PdfWriter.PdfWriter C# (CSharp) Méthode

PdfWriter() protected méthode

protected PdfWriter ( ) : System
Résultat System
        protected PdfWriter()
        {
            pdfIsoConformance = GetPdfIsoConformance();
            root = new PdfPages(this);
        }

Same methods

PdfWriter::PdfWriter ( PdfDocument document, Stream os ) : System