Specifies in what format to save the diagram when generating a string using the SaveToString method.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public enum SaveToStringFormat |
Visual Basic
Copy Code
|
|---|
Public Enum SaveToStringFormat |
Members| Member name | Description | |
|---|---|---|
![]() |
CompressedXml |
Indicates a compressed XML output. |
![]() |
Xml |
Indicates a non-compressed XML output. |
See Also