printRanges | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Reports the pages that should be printed in the next print job. | ||||||
Introduced | 2.9 | ||||||
OS | mac, windows, linux, ios | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: open printing, answer printer Property: printPageNumber | ||||||
Security | printing | ||||||
Description | Use the printRanges property to specify ranges of pages to be printed. If the printRanges is set to a list of ranges, LiveCode will automatically skip pages not in the range. Otherwise it is up to the application to print the appropriate pages. If an application wishes to handle the skipping of pages, it can do so by setting the printRanges property to "all" before starting the printing loop.
To have an effect, this property must be set before calling open printing. | ||||||
Tags | printing |