ASP.NET Pack Programmer's Guide
DiagramView.MaxJsonLength Property
See Also
 





Gets or sets the maximum length of JSON strings that are accepted by internal JavaScriptSerializer instances.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public static int MaxJsonLength { get; set; }

Visual Basic  Copy Code

Public Shared Property MaxJsonLength As Integer

 Property Value

The maximum length of JSON strings. The default value is 2097152 characters.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.WebForms Namespace