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.pdfPrint PDFPrint main class. 
 

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.pdfPrint
 

Methods in com.qoppa.pdfPrint that return PrintSettings
 PrintSettings PDFPrint.getPrintSettings()
          Returns the PrintSettings that will be used when printing the document.
 

Methods in com.qoppa.pdfPrint with parameters of type PrintSettings
static void PDFPrint.print(String fileName, PrintSettings printSettings, IPasswordHandler pwdHandler)
          Convenience method to print a PDF document from a file.
static void PDFPrint.print(String fileName, String printerName, PrintSettings printSettings, IPasswordHandler pwdHandler)
          Convenience method to print a PDF document from a file to a named printer.
 void PDFPrint.print(PrintSettings printSettings)
          Prints this PDF document.
 void PDFPrint.print(String printerName, PrintSettings printSettings)
          Prints this PDF document to the specified printer, by name.
 void PDFPrint.setPrintSettings(PrintSettings printSettings)
          Set the PrintSettings used when printing this document while using the class as a Printable (rather than calling one of the print methods).