6667686970717273
* Starts loading pages. * Shows page 1 of this file as soon as possible. * @param file the PdfFile that needs to be rendered */ public void startPageLoader(PdfFile file) { this.pageLoader = new PageLoader(file.getPDFFile()); gotoPage(1); }