PCBI_ConnectionExportSVGAsStream(SVGDrawSettings, MemoryStream, String) Method

Exports the svg to a stream to use afterwards

Definition

Namespace: PCBI_SVG
Assembly: PCBI_SVG_ImportExport (in PCBI_SVG_ImportExport.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public bool ExportSVGAsStream(
	SVGDrawSettings drawSetting,
	ref MemoryStream stream,
	out string errorOrWarning
)

Parameters

drawSetting  SVGDrawSettings
Settings with which to draw
stream  MemoryStream
Steam that its going to be saved into
errorOrWarning  String
Contains an error or warning if something unexpected happens in the export

Return Value

Boolean

See Also