Overrides ImageViewerRubberBandInteractiveMode.Shape to prevent setting shapes other than ImageViewerRubberBandShape.Rectangle.
Object.defineProperty(DocumentViewerSelectTextInteractiveMode.prototype, 'shape',
get: function(),
set: function(value)
)
shape: ImageViewerRubberBandShape;
The value of ImageViewerRubberBandInteractiveMode.Shape
This mode only supports rectangle shapes. Therefore, it overrides the base Shape property and will throw an exception of the user tries to set an other shape.
DocumentViewerSelectTextInteractiveMode Class
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