Search
ZoomControl.SaveToJson Method
See Also
 





Serializes the ZoomControl's data to JSON.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public string SaveToJson ()

Visual Basic  Copy Code

Public Function SaveToJson () As String

 Return Value

The JSON string.

 See Also