MindFusion.Wpf Pack Programmer's Guide
SvgExporter.ExternalImages Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.SvgExport

 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

SvgExporter Members
SvgExporter Class
MindFusion.Diagramming.Wpf.Export Namespace