Gets or sets the sort operation class.
Object.defineProperty(Cell.prototype, 'sortingOperationsSequence',
get: function(),
set: function(value)
)
sortingOperationsSequence: SortingOperation[];
The SortingOperation that represents the sorting operation class used to sort images (frames) inside the cell given various attributes.
The default value for this sorting operation is that it arranges the images by axis in an ascending order.
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