[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

TPrinter.EndPage

Ends the current page for the document.

Declaration

Source position: printers.pas line 316

public procedure TPrinter.EndPage;

Description

EndPage is a procedure used to end the current page for the document.

EndPage uses the value in RawMode to determine if a printer canvas is used. When RawMode is False, the EndPage method in Canvas is called to synchronize the printer canvas.

EndPage calls the DoEndPage method to perform actions needed for the class implementation.


Version 3.2 Generated 2024-02-25 Home