This property sets whether or not, after embedding annotation objects into the image, those annotation objects will be deleted or will be kept.

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

Property Value

True: After embedding, the annotation objects will be deleted

False: After embedding, the annotation objects will be kept

Explanation

The DeleteEmbededObjects property sets whether or not, after embedding annotation objects into the image, those annotation objects will be deleted or will be kept.

Annotation objects can be embedded (rasterized) into the image by clicking the "Embed Annotations" button in the ToolBar or by executing the DrawEditedObjectsToImage method.

When the DeleteEmbededObjects property is True, after annotation objects have been embedded into the image, those annotation objects are cleared and are not kept. This can be inconvenient if the annotation objects are still needed or if you want to save those annotation objects to annotation file.

When the DeleteEmbededObjects property is False, after annotation objects have been embedded into the image, those annotation objects are not cleared. They are kept and displayed on the image. This allows the objects to be moved, changed, saved to annotation file, etc.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation