[Overview][Types][Classes][Variables][Index] |
Performs actions needed to end the current page for the print device.
Source position: printers.pas line 246
protected procedure TPrinter.DoEndPage; virtual; |
DoEndPage is a virtual procedure used to perform actions needed to end the current page for the print device. DoEndPage is called from the EndPage method, and occurs after synchronizing the printer canvas when RawMode is False.
Remark: | In TPrinter, DoEndPage has an empty implementation. It must be overridden in a desendent class to perform actions needed for the operating system / widgetset / printer-related technology used in the implementation. |
|
Ends the current page for the document. |
|
|
The Canvas to be used for laying out the current document ready for printing. |
|
|
Indicates if raw output is used for the device (as opposed to a page description language). |