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

TPrinterCanvas.PageNumber

The number for the current page in the printer canvas.

Declaration

Source position: printers.pas line 128

public property TPrinterCanvas.PageNumber : Integer
  read fPageNum;

Description

PageNumber is a read-only Integer property which contains the current page number for the document being rendered to the printer canvas. The value in the property is incremented each time the BeginPage method is called for the printer canvas.

See also

TPrinterCanvas.NewPage

  

Performs actions needed when a new page is started.

TPrinterCanvas.BeginPage

  

Performs actions needed when a page is started.


Version 4.0 Generated 2025-05-03 Home