Transformation to use when rendering.
Object.defineProperty(ImageViewerRenderRedirectOptions.prototype, 'transform',
get: function(),
set: function(value)
)
transform: LeadMatrix;
The transformation to use when rendering. Default value is Identity.
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.
For an example, refer to RenderRedirect.
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