Package com.lowagie.rups.model

Examples of com.lowagie.rups.model.PageLoader


   * 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);
  }
View Full Code Here

TOP

Related Classes of com.lowagie.rups.model.PageLoader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.