printScale

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the printScale to <ratio>
Summary

Specifies how much cards are shrunk or expanded when printing.

Introduced1.0
OSmac, windows, linux, ios
Platformsdesktop, server, mobile
Example
set the printScale to 2 -- double-size cards
set the printScale to .25 -- quarter-size cards
Values
NameTypeDescription
Value

The printScale is a positive number. By default, the printScale property is set to 1.

RelatedKeyword: card
Property: points, pixels, printRotated, printRowsFirst, printCommand
Object: card
Glossary: property
Securityprinting
Description

Use the printScale property to control the size of printed cards.

The printScale specifies the ratio between the number of pixels in the card and the number of points on the printed page. A ratio of 1 means the printed and screen card should be the same size, if the screen's resolution is 72 pixels per inch.

For example, if a card is 360 pixels wide and you want its printed image to be 4 inches (288 points) across, set the printScale to 0.8 (288 pixels divided by 360 points).

Tagsprinting