Leadtools.Controls Namespace > ImageViewer Object : Canvas Property |
get_canvas();
set_canvas(value);
Object.defineProperty('canvas');
Type | Description |
---|---|
CanvasElement | The canvas to be displayed in the viewer (single item mode). Default value is null. |
This is a helper property for applications that use ImageViewer in single item mode. It is a shortcut to Canvas of ActiveItem. For more information, refer to Image Viewer in Single Item Mode.
For an example, refer to Canvas