Specifies whether images displayed by diagram items should be exported to external files.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Svg
SyntaxC#
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.
See Also