AnnSvgRenderingEngine Object

Summary

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

Syntax

JavaScript Syntax
function lt.Annotations.Rendering.AnnSvgRenderingEngine 
	extends lt.Annotations.Core.AnnRenderingEngine 
TypeScript Syntax
class lt.Annotations.Rendering.AnnSvgRenderingEngine() 
	extends lt.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly