Search
SaveToStringFormat Enumeration
See Also
 





Specifies in what format to save the diagram when generating a string using the SaveToString method.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum SaveToStringFormat

Visual Basic  Copy Code

Public Enum SaveToStringFormat

 Members

  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.

 See Also