|
Class Summary |
| PageCounter |
You would only use this if you are inheriting from PrinterJobObject. |
| PageFormat |
A PageFormat class is sent to a Printable object during the printing of
a document. |
| PageFormatData |
|
| PageRect |
|
| PointRect |
|
| PrintableObject |
A very useful base class for implementing a Printable object, which uses
PrintPage objects to paint to each page. |
| PrinterJob |
|
| PrinterJobObject |
|
| PrintOptions |
This class holds options for the pages that are to be printed - but do not relate to the layout
of the pages. |
| PrintPage |
A PrintPage is used to help you draw a section of, or complete page, on a PrintSurface - usually
as provided by a PrinterJob. |
| 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. |
| PrintSurfaceObject |
|