DocumentPrinter
class.See: Description
| Interface | Description |
|---|---|
| DocumentPrintListener |
This interface defines events generated by the
DocumentPrinter
component. |
| Class | Description |
|---|---|
| DocumentPrinter |
This class represents the multi-format document printer component.
|
| DocumentPrintListenerAdapter | |
| DocumentPrintSettings |
This class represents settings for a printing operation of the
DocumentPrinter component. |
| PrinterBeginJobEvent | |
| PrinterBeginPageEvent |
This class represent the state of an event when
DocumentPrinter is
about to print a page. |
| PrinterEndJobEvent |
This class represent the state of an event when
DocumentPrinter has
finished a print job. |
| PrinterEndPageEvent |
This class represent the state of an event when
DocumentPrinter has
finished printing a page. |
| PrinterEvent | |
| PrinterJobInfoEvent |
This class represents the state of a print job.
|
| PrinterNeedPasswordEvent |
This represents an event when a password for decrypting a document before
printing.
|
| PrinterPreferences |
This class represents
printer
settings. |
| PrinterRenderErrorEvent |
This class represents the state of an event when a
DocumentPrinter
component encounters an error with a printer. |
| Enum | Description |
|---|---|
| PageScaling |
This enumeration defines how pages in the PDF document are scaled to fit the printer paper size.
|
DocumentPrinter
class.