Share via


PageModePrintDirection Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

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

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration PageModePrintDirection
public enum PageModePrintDirection
public enum class PageModePrintDirection
public enum PageModePrintDirection
public enum PageModePrintDirection

Members

Member name Description
BottomToTop Print bottom to top, starting at the bottom left position of the print area (that is, rotated left 90° printing).
LeftToRight Print left to right, starting at top left position of the print area (that is, normal printing).
None No valid station is selected.
RightToLeft Print right to left, starting at the bottom right position of the print area (that is, upside down printing).
TopToBottom Print top to bottom, starting at the top right position of the print area (that is, rotated right 90° printing.)

Remarks

Used by the PageModePrintDirection property. Members of this enumeration replace the PTR_PD_LEFT_TO_RIGHT, PTR_PD_BOTTOM_TO_TOP, PTR_PD_RIGHT_TO_LEFT, and PTR_PD_TOP_TO_BOTTOM UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace