iTextSharp.text.pdf.PdfPage.PdfPage C# (CSharp) Method

PdfPage() private method

private PdfPage ( PdfRectangle mediaBox, Hashtable boxSize, PdfDictionary resources ) : System
mediaBox PdfRectangle
boxSize System.Collections.Hashtable
resources PdfDictionary
return System
        internal PdfPage(PdfRectangle mediaBox, Hashtable boxSize, PdfDictionary resources) : this(mediaBox, boxSize, resources, 0) {
        }
    

Same methods

PdfPage::PdfPage ( PdfRectangle mediaBox, Hashtable boxSize, PdfDictionary resources, int rotate ) : System