IMapServiceSerializeSvgDiagram Method

Serializes SVG diagram file.

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

Parameters

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