Provides interfaces and classes needed for printing.
Interface | Description |
---|---|
Device |
Provides an interface to transmit a file to a device, typically a printer.
|
Class | Description |
---|---|
FileDevice |
Provides a way of writing the files transmitted using the Device interface to files
|
PrinterDevice |
Printer device class of type DocFlavor.INPUT_STREAM.AUTOSENSE
This class can be used when sending a file to a printer.
|