Determines whether the image has a rotated ViewPerspective.
public bool IsRotated { get; }
Public ReadOnly Property IsRotated As Boolean
public bool IsRotated {get;}
@property (nonatomic, assign, readonly) BOOL isRotated
public boolean isRotated()
get_IsRotated();
public:
property bool IsRotated {
bool get();
}
true if the image has a rotated ViewPerspective; false, otherwise.
The image data is considered rotated if the value of the ViewPerspective is one of the following:
Otherwise, the image is either basic (IsBasic) or flipped (IsFlipped).
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