C#
VB
Java
Objective-C
WinRT C#
C++
Determines whether the image has a rotated view perspective.
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 view perspective; false, otherwise.
For an example, refer to CodecsImageInfo.
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