printRowsFirst

Specifies whether cards are printed down first or across first.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security: printing

# Syntax

set the printRowsFirst to {true | false}

# Examples

set the printRowsFirst to false

# Description

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.

# Tags

# See

- **property:** printGutters, printPaperOrientation, printRotated, printMargins, printScale - **command:** print, open printing - **object:** card - **glossary:** property, command, application