iTextSharp.text.pdf.PdfReader.ReadPages C# (CSharp) 메소드

ReadPages() 보호된 메소드

protected ReadPages ( ) : void
리턴 void
        protected internal void ReadPages() {
            catalog = trailer.GetAsDict(PdfName.ROOT);
            rootPages = catalog.GetAsDict(PdfName.PAGES);
            pageRefs = new PageRefs(this);
        }