Indicates whether to resize the item element instead of scaling it for the view.
Object.defineProperty(ImageViewerItem.prototype, 'resizeElementForView',
get: function(),
set: function(value)
)
resizeElementForView: boolean;
true to resize the item element instead of scaling it for the view; otherwise, false. Default value is false.
This property is used with Elements Mode only.
When the value is true, then the viewer will resize the front and back image elements instead of scaling it to match the current view set by the current transformation for the item. Otherwise, the viewer will use CSS scaling on the elements.
This is performed only any other element by SVG - including image and canvas elements.
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