PosPrinterRotation
PosPrinterRotation
PosPrinterRotation
PosPrinterRotation
Enum
Definition
Describes the possible ways that a point-of-service printer can rotate the text or image on the page.
public : enum class PosPrinterRotationpublic enum PosPrinterRotationPublic Enum PosPrinterRotation// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Left90 Left90 Left90 Left90 | The text or image is rotated 90 degrees counterclockwise. |
| Normal Normal Normal Normal | The text or image is not rotated. |
| Right90 Right90 Right90 Right90 | The text or image is rotated 90 degrees clockwise. |
| Rotate180 Rotate180 Rotate180 Rotate180 | The text or image is upside-down. |