| Interface | Description |
|---|---|
| Printable |
This is an interface which must be supported by objects which print to the printer.
|
| Printer |
This represents an object that provides a Printable with pages and a PrintSurface
on which to print.
|
| RandomPrintable |
| Class | Description |
|---|---|
| BatchPrinter | |
| PageCounter |
You would only use this if you are inheriting from PrinterJobObject.
|
| PdfPrinter | |
| PrintableObject |
A very useful base class for implementing a Printable object, which can then be
printed via a PrintJob.
|
| PrintablePage | |
| PrinterControl | |
| PrinterJob | |
| PrinterJobObject | |
| PrinterProperties | |
| PrintOptions |
This class holds options for the pages that are to be printed - but do not relate to the layout
of the pages.
|
| PrintPages | |
| PrintPreview |
A PrintPreview is very similar to a PrinterJob except that the output
for each page will be an Image of a resolution that you preset.
|
| PrintTask | |
| PrintToImages |
A PrintToImages is very similar to a PrinterJob except that the output
for each page will be an Image of a resolution that you preset.
|
| Exception | Description |
|---|---|
| PrintingException |