AnnSvgRenderingEngine Object

Summary

Represents the annotation rendering engine implementation for the HTML 5 platform using SVG.

Syntax
TypeScript
JavaScript
function lt.Annotations.Rendering.AnnSvgRenderingEngine 
	extends lt.Annotations.Engine.AnnRenderingEngine 
class lt.Annotations.Rendering.AnnSvgRenderingEngine() 
	extends AnnRenderingEngine 

Remarks

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly