Performs actions needed when a new page is started.
Source position: printers.pas line 93
public procedure TPrinterCanvas.NewPage; virtual; |
NewPage is procedure used to perform actions needed when a new page is started. NewPage increments the value in the PageNumber property, and calls the BeginPage method prior to exit.
NewPage is called from the TPrinter.NewPage method.
|
Performs actions needed when a page is started. |
|
|
Performs actions needed when a page is completed. |
|
|
The number for the current page in the printer canvas. |
|
|
Creates a new page for the current document. |