Share via


PageModePrintDirection Enum

Definition

Lists the possible print directions that can be set for a print station.

public enum PageModePrintDirection
type PageModePrintDirection = 
Public Enum PageModePrintDirection
Inheritance
PageModePrintDirection

Fields

Name Value Description
None 0

No valid station is selected.

LeftToRight 1

Print left to right, starting at top left position of the print area (that is, normal printing).

BottomToTop 2

Print bottom to top, starting at the bottom left position of the print area (that is, rotated left 90° printing).

RightToLeft 3

Print right to left, starting at the bottom right position of the print area (that is, upside down printing).

TopToBottom 4

Print top to bottom, starting at the top right position of the print area (that is, rotated right 90° printing.)

Applies to