printPaperSize

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the printPaperSize to width, height
get the printPaperSize
Summary

Reports the size of the paper to print to.

Introduced2.0
OSmac, windows, linux, ios
Platformsdesktop, server, mobile
Example
if tPaperSize is "A4" then
  set the printPaperSize to "595,842"
end if
Values
NameTypeDescription
Value

The printPaperSize is specified in points, in the form width,height..

RelatedCommand: open printing, answer printer
Securityprinting
Description

Use the printPaperSize to determine or set the size of the paper to print to. This size is the size of the physical paper before any scaling or rotation is applied.

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

Tagsprinting