Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

RenderRedirectOptions Property

Show in webframe
Redirect options to use when drawing the this magnify glass.
Syntax
get_renderRedirectOptions();
set_renderRedirectOptions(value);
Object.defineProperty('renderRedirectOptions');

Property Value

TypeDescription
ImageViewerRenderRedirectOptionsThe options to use when drawing the this magnify glass. Default value is a default ImageViewerRenderRedirectOptions to draw everything.
Remarks

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.

See Also

Reference

ImageViewerMagnifyGlassInteractiveMode Object
ImageViewerMagnifyGlassInteractiveMode Members

Error processing SSI file