Open this page in the API Guide

IMapService.SerializeSvgDiagram Method

Serializes SVG diagram file.

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void SerializeSvgDiagram(
	Stream svgFileStream,
	Stream outputStream
)

Parameters

svgFileStream
Type: System.IO.Stream
The stream used to read the SVG file.
outputStream
Type: System.IO.Stream
The stream to which the SVG diagram is to be serialized.
Exceptions
ExceptionCondition
ArgumentNullExceptionsvgFileStream and/or outputStream are null.
SvgDiagramImportExceptionWhen there is an issue importing.
See Also