←Select platform

FrameOrientation Enumeration

Summary

An enumeration representing the possible frame orientations for Frame objects.

Syntax

C#
VB
Java
Objective-C
C++
public enum FrameOrientation  
Public Enum FrameOrientation  
    
typedef NS_ENUM(NSInteger, LTFrameOrientation) 
             
public enum FrameOrientation 
             
public: 
   enum class FrameOrientation sealed 

Members

ValueMemberDescription
0Portrait Portrait orientation. This is a vertical orientation. Rotate the Portrait orientation 90 degrees clockwise in order to get to the LandscapeLeft orientation.
1PortraitUpsideDown PortraitUpsideDown orientation. This is a vertical oreintation. Rotate the PortraitUpsideDown orientation -90 degrees (counterclockwise) in order to get to the LandscapeLeft orientation.
2LandscapeLeft LandscapeLeft orientation. It is oriented such that the credit card numbers are in a row horizontally, reading from left to right.
3LandscapeRight LandscapeRight orientation. This orientation is equivalent to the LandscapeLeft orientation, rotated 180 degrees (the numbers are upside down).
Requirements

Target Platforms

See Also

Reference

Leadtools.CreditCards Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CreditCards Assembly