[Overview][Types][Classes][Variables][Index] |
Performs actions needed to start printing a document.
Source position: printers.pas line 114
public procedure TPrinterCanvas.BeginDoc; virtual; |
BeginDoc performs actions needed to start printing a document using the printer canvas. BeginDoc sets the value in the PageNumber property to 1. The NewPage method is called when each subsequent page is started.
BeginDoc is called from the TPrinter.BeginDoc method when its RawMode property is set to False.
|
The number for the current page in the printer canvas. |
|
|
Performs actions needed when a new page is started. |
|
|
Performs actions needed when a document has finished printing. |
Version 4.0 | Generated 2025-05-03 | Home |