Gets a line profile object that is drawn on the cell.
Object.defineProperty(Cell.prototype, 'lineProfile',
get: function(),
set: function(value)
)
lineProfile: LineProfileObject;
LineProfileObject that represents the line profile drawn on the image.
Line profile is a feature that allows the user to draw a line on the image, extract all the data that crosses that line, and returns the data in the form of an array.
To interactively use the line profile, refer to LineProfileAction.
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