PCBI_ConnectionExportSVGAsStream(SVGDrawSettings, MemoryStream, String) Method
Exports the svg to a stream to use afterwards
Namespace: PCBI_SVGAssembly: PCBI_SVG_ImportExport (in PCBI_SVG_ImportExport.dll) Version: 17.0.0.0 (17.0.0.0)
public bool ExportSVGAsStream(
SVGDrawSettings drawSetting,
ref MemoryStream stream,
out string errorOrWarning
)
Public Function ExportSVGAsStream (
drawSetting As SVGDrawSettings,
ByRef stream As MemoryStream,
<OutAttribute> ByRef errorOrWarning As String
) As Boolean
public:
bool ExportSVGAsStream(
SVGDrawSettings^ drawSetting,
MemoryStream^% stream,
[OutAttribute] String^% errorOrWarning
)
member ExportSVGAsStream :
drawSetting : SVGDrawSettings *
stream : MemoryStream byref *
errorOrWarning : string byref -> bool
- 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
Boolean