BtStartingCorner Constants

When your paper has multiple rows and columns of items on it, BarTender needs to know where to begin printing. This starting corner is returned as a constant with the StartingCorner property.

The following constants are available:

Constant

Description

btBottomLeft

Starts at the bottom left corner.

btBottomRight

Starts at the bottom right corner.

btTopLeft

Starts at the top left corner

btTopRight

Starts at the top right corner

Related Topics