Search
DiagramView.ImageGenLocation Property
See Also
 





URL to the ImageGen.ashx file used to generate diagram images. This property is rendered as a SRC attribute for the diagram's IMG image element.

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

 Syntax

C#  Copy Code

public string ImageGenLocation { get; set; }

Visual Basic  Copy Code

Public Property ImageGenLocation As String

 Property Value

A string specifying the HTTP handler location. The default value is "ImageGen.ashx".

 See Also