Device which uses the canvas to print a document.
Source position: printers.pas line 99
public property TPrinterCanvas.Printer : TPrinter |
Printer is a read-only TPrinter property which contains the printer device for the canvas. Printer is used to determine the capabilities selected/enabled for the output device, such as:
The value for the property is passed as an argument to the Create constructor.
|
TPrinter defines a printer object used in Lazarus applications. |
|
|
Constructor for the class instance. |