Share via


PrintRotation Enum

Definition

Enumerates the possible rotation settings for a printer device.

public enum PrintRotation
type PrintRotation = 
Public Enum PrintRotation
Inheritance
PrintRotation

Fields

Name Value Description
Normal 1

Ends rotated printing.

Right90 257

Rotates printing 90 degrees to the right side (clockwise).

Left90 258

Rotates printing 90 degrees to the left (counter-clockwise).

Rotate180 259

Rotates printing 180 degrees (print upside-down).

Barcode 4096

Rotates bar code printing. (ORed with one of the previous rotation values.)

Bitmap 8192

Rotates bitmap printing. (ORed with one of the previous rotation values.)

Applies to