PrintRotation Enumeration
2/27/2008
Enumerates the possible rotation settings for a printer device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Enumeration PrintRotation
public enum PrintRotation
public enum class PrintRotation
public enum PrintRotation
public enum PrintRotation
Members
Member name | Description |
---|---|
Barcode | Rotates bar code printing. (ORed with one of the previous rotation values.) |
Bitmap | Rotates bitmap printing. (ORed with one of the previous rotation values.) |
Left90 | Rotates printing 90 degrees to the left (counter-clockwise). |
Normal | Ends rotated printing. |
Right90 | Rotates printing 90 degrees to the right side (clockwise). |
Rotate180 | Rotates printing 180 degrees (print upside-down). |
Remarks
Used by the RotatePrint method. Members of this enumeration replace the PTR_RP_RIGHT90, PTR_RP_LEFT90, PTR_RP_ROTATE180, PTR_RP_BARCODE, PTR_RP_BITMAP, PTR_RP_NORMAL UPOS constants.