←Select platform

IsFlipped Property

Summary
Determines whether the image has a flipped ViewPerspective.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsFlipped { get; } 
Public ReadOnly Property IsFlipped As Boolean 
@property (nonatomic, assign, readonly) BOOL isFlipped 
public boolean isFlipped() 
public: 
property bool IsFlipped { 
   bool get(); 
} 

Property Value

true if the image has a flipped ViewPerspective; false, otherwise.

Remarks

The image data is considered flipped if the value of the ViewPerspective is one of the following:

Otherwise, the image is either basic (IsBasic) or rotated (IsRotated).

For more information refer to Accounting for View Perspective.

Example

For an example, refer to IsBasic

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.