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; }
Public ReadOnly Property IsImageChange As Boolean
Get
Property Value
Type:
BooleanTrue if the change affected the image. False if the change affected the
annotations.
See Also