Search
DiagramView.TimeStampImage Property
See Also
 





Gets or sets a value indicating whether a timestamp should be added to the generated image URL. Use this to prevent browsers from caching the diagram image.

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

 Syntax

C#  Copy Code

public bool TimeStampImage { get; set; }

Visual Basic  Copy Code

Public Property TimeStampImage As Boolean

 Property Value

true to add a timestamp to the URL; otherwise, false. The default value is true.

 Remarks

This property is useful in ImageMap mode. Enable it to prevent browsers from caching the diagram image.

 See Also