Checks whether the specified cell can be used to generate an MPR cell.
canDoMPR = function(
cell
)
static canDoMPR(
cell: Cell
): MPRStatus;
cell
The cell to check whether is valid to create an MPR cell.
MPRStatus enumeration that determines whether the cell can be used to generate MPR cell.
Use this method to check whether the generator cell is valid.
The cell is valid only if the returned value is MPRStatus.OK. For more information about any problem in the cell, refer to MPRStatus.
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