C#
VB
C++
Retrieves whether the image in the specified sub-cell index has been reversed or not.
public bool IsImageReversed(
int subCellIndex
)
Public Overloads Function IsImageReversed( _
ByVal subCellIndex As Integer _
) As Boolean
public:
bool IsImageReversed(
int subCellIndex
)
subCellIndex
The zero-based index of the sub-cell that has the image which to retrieve if it's reversed.
true if the image is reversed; otherwise, false.
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