Specifies in what format to save the diagram when generating a string using the SaveToString method.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public enum SaveToStringFormat |
Visual Basic Copy Code |
---|
Public Enum SaveToStringFormat |
Member name | Description | |
---|---|---|
Base16 |
Indicates a Base16 ASCII encoding. |
|
Base64 |
Indicates a Base64 ASCII encoding. |
|
CompressedXml |
Indicates a compressed XML output. |
|
Xml |
Indicates a non-compressed XML output. |