PageModePrintDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.) |