printPaperScale

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the printPaperScale to <number>
get the printPaperScale
Summary

Reports the scaling factor to be applied to a printed page.

Introduced2.9
OSmac, windows, linux, ios
Platformsdesktop, server, mobile
Example
set the printPaperScale to the label of button "Scale" of group "Print Settings"
set the printPaperScale to 2
Values
NameTypeDescription
Value

The printPaperScale is a number greater than 0, it does not have to be a whole number. The default value is 1.

RelatedCommand: open printing, answer printer
Securityprinting
Description

Use the printPaperScale property to apply a final scaling factor to a printed page after all other settings have been taken into account.

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

Tagsprinting