ImageRotation Enumeration
|
Specifies the rotation of the image data.
Namespace:
Zebra.Sdk.Card.Enumerations
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public enum ImageRotation
Public Enumeration ImageRotation
public enum class ImageRotation
Members
| Member name | Value | Description |
---|
| RotateNone | 0 |
No rotation.
|
| Rotate180 | 180 |
180 degree rotation.
|
See Also