Redirect options to use when drawing the this magnify glass.
Object.defineProperty(ImageViewerMagnifyGlassInteractiveMode.prototype, 'renderRedirectOptions',
get: function(),
set: function(value)
)
renderRedirectOptions: ImageViewerRenderRedirectOptions;
The options to use when drawing the this magnify glass. Default value is a default ImageViewerRenderRedirectOptions to draw everything.
Use this value to specify extra options to use when rendering the magnify glass. For example, to disable the rendering of any drop shadow, set the value of ImageViewerRenderRedirectOptions.RenderShadows to false, to change the background color used with the magnify glass, use ImageViewerRenderRedirectOptions.BackgroundColor and so on.
ImageViewerMagnifyGlassInteractiveMode 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