Livecode Wiki
Register
Advertisement

Specifies whether cards are printed down first or across first.Syntax:

set the printRowsFirst to {true | false}

Examples:

set the printRowsFirst to false

Use the printRowsFirst property to determine the layout of cards on the page when printing multiple cards.

When printing multiple cards using the open printing command, the application uses the printRowsFirst property to determine how the cards are arranged on the page. If the printRowsFirst is set to true, the cards are laid out across from left to right, then from top to bottom. If the printRowsFirst is false, the cards are laid out down from top to bottom, then from left to right.

By default, the printRowsFirst property is set to true.

See also: card (object),printGutters (property),printPaperOrientation (property),printRotated (property),printMargins (property),printScale (property),

Advertisement