C#
VB
Java
Objective-C
C++
An enumeration representing the possible frame orientations for Frame objects.
Members
Value | Member | Description |
---|---|---|
0 | Portrait | Portrait orientation. This is a vertical orientation. Rotate the Portrait orientation 90 degrees clockwise in order to get to the LandscapeLeft orientation. |
1 | PortraitUpsideDown | PortraitUpsideDown orientation. This is a vertical oreintation. Rotate the PortraitUpsideDown orientation -90 degrees (counterclockwise) in order to get to the LandscapeLeft orientation. |
2 | LandscapeLeft | LandscapeLeft orientation. It is oriented such that the credit card numbers are in a row horizontally, reading from left to right. |
3 | LandscapeRight | LandscapeRight orientation. This orientation is equivalent to the LandscapeLeft orientation, rotated 180 degrees (the numbers are upside down). |