Indicates whether the control automatically renders the view and items.
Object.defineProperty(ImageViewer.prototype, 'ownerDraw',
get: function(),
set: function(value)
)
ownerDraw: boolean;
true if the control automatically renders the view and items, otherwise; false.
When the value of OwnerDraw is set to false, the render cycle is not performed by the viewer and nothing is rendered on its surface by the control. It is up to the user to perform all the necessary rendering needed.
To customize only part of the rendering, use the various events fired during the render cycle. For an example, refer to PostRender.
For more information, refer to Image Viewer Rendering.
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