This property sets whether or not annotation functions are enabled.

[Visual Basic] Public Property EditEnabled As Boolean
[C#] public bool EditEnabled {get; set;}

Property Value

True: Annotation is enabled

False: Annotation is not enabled

Default value is False

Explanation

The EditEnabled property sets whether or not annotation functions are enabled.

When this property is True, the annotation functions listed on the Edit Overview page are enabled.

The RectDraw property takes precedence over the EditEnabled property. If both properties are true, dragging the mouse over the image will not draw a rectangle. Also, the MouseDragImage property takes precedence over the EditEnabled property. If both properties are True, then annotation functions are disabled and dragging the mouse on the image will scroll the image.

When the EditEnabled property is set to False all existing annotataions not saved to an annotation file will be discarded.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation