printGutters

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the printGutters to <columnSpace>, <rowSpace>
Summary

Specifies how much blank space is used to separate printed cards on the page.

Introduced1.0
OSmac, windows, linux, ios
Platformsdesktop, server, mobile
Example
set the printGutters to 9,27
Values
NameTypeDescription
Value

The printGutters consists of two non-negative integers, separated by commas. By default, the printGutters is set to 36,36 (one-half inch between cards, vertically and horizontally).

RelatedProperty: points, printRowsFirst, printMargins
Command: print, open printing
Object: card
Glossary: property, integer, command, non-negative
Securityprinting
Description

Use the printGutters property to control the amount of blank space between cards, when multiple cards are printed with the open printing command.

The first item of the printGutters is the height in points of the blank strip between the right edge of one column of cards and the left edge of the next column. (There are 72 points to an inch.)

The second item is the width in points of the blank strip between the bottom edge of one row of cards and the top edge of the next row.

Tagsprinting