printPageNumber

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the printPageNumber
Summary

Reports the index of the page currently being printed.

Introduced2.9
OSmac, windows, linux, ios
Platformsdesktop, server, mobile
Example
set the text of field "Status" to "Printing page: " & the printPageNumber
Values
NameTypeDescription
Value

The printPageNumber is a number greater than 0, which corresponds to page index in the current print job. If there is no printing loop in operation then it is empty.

RelatedCommand: print
Property: printCopies, printRanges
Securityprinting
Description

Use the printPageNumber to determine which page number is being printed.

The printPageNumber is read-only and cannot be set.

Tagsprinting