Gets a boolean value that indicates whether the 3D data generated by Create3D is signed or unsigned.
Object.defineProperty(Cell.prototype, 'signed3D',
get: function(),
set: function(value)
)
signed3D: boolean;
true if the 3D data generated by Create3D is unsigned; false if the data is signed
The MPR uses this value in order to render the frames for signed images correctly.
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