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
C# Copy Code |
---|
public bool TimeStampImage { get; set; } |
Visual Basic Copy Code |
---|
Public Property TimeStampImage As Boolean |
true to add a timestamp to the URL; otherwise, false. The default value is true.
This property is useful in ImageMap mode. Enable it to prevent browsers from caching the diagram image.