Share via


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

2/27/2008

Lists the possible bitmap and bar code rotations for printing.

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

Syntax

'Declaration
Public Enumeration Rotation
public enum Rotation
public enum class Rotation
public enum Rotation
public enum Rotation

Members

Member name Description
Left90 Start rotated printing 90° to the left (counter-clockwise).
Normal End rotated printing.
Right90 Start rotated printing 90° to the right (clockwise).
Rotate180 Start rotated printing 180° (that is, print upside-down).

Remarks

Used by the RotatePrint method of PointCardRW class, the RotatePrint method, and the RotateSpecial, SlpBarCodeRotationList, SlpBitmapRotationList, RecBarCodeRotationList, and RecBitmapRotationList properties of PosPrinter class. Members of this enumeration replace the PCRW_RP_RIGHT90, PCRW_RP_LEFT90, PCRW_RP_ROTATE180, and PCRW_RP_NORMAL UPOS constants for Point Card Reader Writer devices and the PTR_RP_RIGHT90, PTR_RP_LEFT90, PTR_RP_ROTATE180, and PTR_RP_NORMAL UPOS constants for Pos Printer devices.

See Also

Reference

Microsoft.PointOfService Namespace
PointCardRW.RotatePrint Method
PosPrinter.RecBarCodeRotationList Property
PosPrinter.RecBitmapRotationList Property
PosPrinter.RotateSpecial Property
PosPrinter.SlpBarCodeRotationList Property
PosPrinter.SlpBitmapRotationList Property