IMapServiceSerializeSvgDiagram Method |
Serializes SVG diagram file.
Namespace: Dundas.BI.Utility.MapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid SerializeSvgDiagram(
Stream svgFileStream,
Stream outputStream
)
Sub SerializeSvgDiagram (
svgFileStream As Stream,
outputStream As Stream
)
void SerializeSvgDiagram(
Stream^ svgFileStream,
Stream^ outputStream
)
abstract SerializeSvgDiagram :
svgFileStream : Stream *
outputStream : Stream -> unit Parameters
- svgFileStream Stream
- The stream used to read the SVG file.
- outputStream Stream
- The stream to which the SVG diagram is to be serialized.
Exceptions
See Also