Specifies whether images displayed by diagram items should be exported to external files.
Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Svg
C# Copy Code |
---|
public bool ExternalImages { get; set; } |
Visual Basic Copy Code |
---|
Public Property ExternalImages As Boolean |
true to export images to external files; false to keep them as inline binary data in the SVG file. The default is false.