printRectangle

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the printRectangle
Summary

Reports the printable region of the page.

Introduced2.9
OSmac, windows, linux, ios
Platformsdesktop, server, mobile
Example
set the rect of group "Print output" to the printRectangle
Values
NameTypeDescription
Value

The printRectangle is a comma-separated list of integers in the form left,top,right,bottom. The integers are in points and are relative to the top-left of the page.

RelatedCommand: print, answer printer
Property: printPaperRectangle
Securityprinting
Description

Use the printRectangle property to determine the printable region of the physical page as returned by the printer. This rectangle will always be contained within the printPaperRectangle.

The printRectangle property is read-only and cannot be set.

Tagsprinting