Click or drag to resize

CachedImageAnnotationEventArgsIsImageChange Property

Gets a value indicating whether the undo/redo change affected the image.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsImageChange { get; }

Property Value

Type: Boolean
True if the change affected the image. False if the change affected the annotations.
See Also