Custom query string that should be appended to the ImageGen's url.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public string ImageGenArguments { get; set; } |
Visual Basic Copy Code |
---|
Public Property ImageGenArguments As String |
A string that should be appended to the ImageGen.ashx reference set as source of the diagram's <img> element.
You can process custom arguments by overriding the ProcessRequest method of ImageGen HTTP handler.