PrintRotation Enumeration

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

Usage

'Usage
Dim printRotation1 As PrintRotation = PrintRotation.Barcode

Syntax

'Declaration
Public Enum PrintRotation
public enum PrintRotation
public enum class PrintRotation
public enum PrintRotation
public enum PrintRotation

Members

Member name Description
Barcode Rotate barcode printing. (ORed with one of the above rotation values.)
Bitmap Rotate bitmap printing. (Ored with one of the above rotation values.)
Left90 Rotate printing 90º to the left (counter-clockwise).
Normal End rotated printing.
Right90 Rotate printing 90º to the right (clockwise).
Rotate180 Rotate printing 180º (print upside-down).

Remarks

Defines the possible rotation settings for a printer device. Replaces the PTR_RP_RIGHT90, PTR_RP_LEFT90, PTR_RP_ROTATE180, PTR_RP_BARCODE, PTR_RP_BITMAP, PTR_RP_NORMAL constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace