PrintRotation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.) |