Helper method to export an annotation container and its objects as SVG.
static exportSvg(container: AnnContainer, mapper: AnnContainerMapper, renderers: { [key: number]: IAnnObjectRenderer }): string;
container
Annotation to export
mapper
Mapper to use
renderers
Dictionary containing the object renderers to use.
The SVG element as a string.
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