Search
SvgExporter.ExternalImages Property
See Also
 





Specifies whether images displayed by diagram items should be exported to external files.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Svg

 Syntax

C#  Copy Code

public bool ExternalImages { get; set; }

Visual Basic  Copy Code

Public Property ExternalImages As Boolean

 Property Value

true to export images to external files; false to keep them as inline binary data in the SVG file. The default is false.

 See Also