Represents the annotation rendering engine implementation for the HTML 5 platform using SVG.
function lt.Annotations.Rendering.AnnSvgRenderingEngine
extends lt.Annotations.Core.AnnRenderingEngine
class lt.Annotations.Rendering.AnnSvgRenderingEngine()
extends lt.Annotations.Core.AnnRenderingEngine
AnnSvgRenderingEngine is the rendering engine implementation for the HTML 5 platform using SVG. This class derives from AnnRenderingEngine and implements the required methods to render annotation objects to SVG.
The HTML 5 image viewer automation control can create an instance of the AnnSvgRenderingEngine and uses it to create an automated annotation user interface tied with the LEADTOOLS HTML 5 ImageViewer control.
In addition to the above, this class contains the following members:
Member | Description |
---|---|
Element | This is the destination parent HTML element to use when creating the annotation objects. |
ExportSvg | Represents a helper method that exports annotations objects as an SVG element |
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