Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Transform Property (ImageViewerRenderRedirectOptions)

Show in webframe
Transformation to use when rendering.
Syntax
get_transform();
set_transform(value);
Object.defineProperty('transform');

Property Value

TypeDescription
LeadMatrixThe transformation to use when rendering. Default value is Identity.
Remarks

Use this value to control the offset, scale and rotation to use when redirecting the rendering of ImageViewer to an external control. The helper method CreateTransform can be used to easily create a transformation matrix for common scenarios such as rendering a thumbnail of the content of the viewer.

For more information, refer to Image Viewer Rendering.

Example

For an example, refer to RenderRedirect.

See Also

Reference

ImageViewerRenderRedirectOptions Object
ImageViewerRenderRedirectOptions Members

Error processing SSI file