printScale | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies how much cards are shrunk or expanded when printing. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: card Property: points, pixels, printRotated, printRowsFirst, printCommand Object: card Glossary: property | ||||||
Security | printing | ||||||
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). | ||||||
Tags | printing |