topOfPage

Type: Integer

The topOfPage property of the Printer class contains the margin at the top of the printed page of output.

Specify the required value in millimeters, as shown in the following examples.

app.printer.topOfPage := 25;

app.printer.topOfPage := topOfPage.text.Integer;

This property can be modified at any time but it takes effect only at the start of the next page of output.

The default value is zero (0).