printTitle

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the printTitle to <string>
get the printTitle
Summary

Reports the title used in the system printer queue for the next print job.

Introduced2.9
OSmac, windows, linux, ios
Platformsdesktop, server, mobile
Example
set the printTitle to "Accounts Report"
RelatedCommand: print, open printing
Property: printerName
Securityprinting
Description

Use the printTitle property to specify the name of the next print job in the system printer queue. If the printTitle is empty at the start of a printing loop, the title of the defaultStack will be used.

To have an effect, this property must be set before calling open printing.

Tagsprinting