BtStartingPositionDirection Constants

When your paper has multiple rows and columns of items on it, BarTender needs to know which direction to print your items in, either horizontally or vertically. This direction is returned as a constant with the StartingPositionDirection property.

The following constants are available:

Constant

Description

btHorizontal

Prints horizontally across one row before proceeding to the next row on the page.

btVertical

Prints vertically down a column of items on the page before continuing to the next column of items.

Related Topics