OrientationType Enumeration
|
Specifies the orientation of the image.
Namespace:
Zebra.Sdk.Card.Enumerations
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public enum OrientationType
Public Enumeration OrientationType
public enum class OrientationType
Members
| Member name | Value | Description |
---|
| Portrait | 0 |
Portrait mode.
|
| Landscape | 1 |
Landscape mode.
|
See Also