Uses of Class
com.qoppa.pdf.PrintSettings

Packages that use PrintSettings
com.qoppa.pdf General classes used by different objects throughout the library. 
com.qoppa.pdf.dom Document object model classes. 
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
 

Uses of PrintSettings in com.qoppa.pdf
 

Constructors in com.qoppa.pdf with parameters of type PrintSettings
PrintSettings(PrintSettings init)
          Constructs a new PrintSettings object and initializes to init.
 

Uses of PrintSettings in com.qoppa.pdf.dom
 

Methods in com.qoppa.pdf.dom that return PrintSettings
 PrintSettings IPDFDocument.getPrintSettings()
          Get the current PrintSettings object.
 

Methods in com.qoppa.pdf.dom with parameters of type PrintSettings
 void IPDFPage.printPage(Graphics2D g2d, PageFormat pf, PrintSettings printSettings)
          Prints this page given a page format describing the printer's page and a PrintSettings object.
 void IPDFDocument.print(PrintSettings printSettings)
          Prints this PDF document.
 void IPDFDocument.setPrintSettings(PrintSettings printSettings)
          Set the PrintSettings to be used on the next printout.
 

Uses of PrintSettings in com.qoppa.pdfNotes
 

Methods in com.qoppa.pdfNotes with parameters of type PrintSettings
 void PDFNotesBean.print(PrintSettings printSettings)
           
 

Uses of PrintSettings in com.qoppa.pdfViewer
 

Methods in com.qoppa.pdfViewer with parameters of type PrintSettings
 void PDFViewerBean.print(PrintSettings printSettings)
          Prints the PDF document to a printer.
 void PDFViewerBean.setPrintSettings(PrintSettings printSettings)
          Sets the print settings to be used when the print button is activated from the toolbar.