Rotation 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.
Lists the possible bitmap and bar code rotations for printing.
public enum Rotation
type Rotation =
Public Enum Rotation
- Inheritance
-
Rotation
Fields
Name | Value | Description |
---|---|---|
Normal | 1 | End rotated printing. |
Right90 | 257 | Start rotated printing 90° to the right (clockwise). |
Left90 | 258 | Start rotated printing 90° to the left (counter-clockwise). |
Rotate180 | 259 | Start rotated printing 180° (that is, print upside-down). |