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





Custom query string that should be appended to the ImageGen's url.

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

 Syntax

C#  Copy Code

public string ImageGenArguments { get; set; }

Visual Basic  Copy Code

Public Property ImageGenArguments As String

 Property Value

A string that should be appended to the ImageGen.ashx reference set as source of the diagram's <img> element.

 Remarks

You can process custom arguments by overriding the ProcessRequest method of ImageGen HTTP handler.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.WebForms Namespace