Determines whether the image has a a flipped ViewPerspective.
public bool IsFlipped { get; }
Public ReadOnly Property IsFlipped As Boolean
public bool IsFlipped {get;}
@property (nonatomic, assign, readonly) BOOL isFlipped
public boolean isFlipped()
get_IsFlipped();
public:
property bool IsFlipped {
bool get();
}
true if the image has a flipped ViewPerspective; false, otherwise.
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.
For an example, refer to IsBasic
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET