C#
VB
C++
Rotates the orientation of an image in the cell with the specified parameters.
public void RotateOrientation(
int angle
)
Public Sub RotateOrientation( _
ByVal angle As Integer _
)
public:
void RotateOrientation(
int angle
)
angle
The angle of rotation, the values must be multiple of 90 (i.e. 270, 180, 90, 0, -90, -180, etc.).
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