This method deletes all annotation objects.
[Visual Basic] Public Function
ClearAllObjects()
[C#] public void ClearAllObjects();
Parameters
None
Return Value
None
Explanation
The ClearAllObjects method deletes all annotation objects.
Objects deleted using this method cannot be retrieved. If you want to be able to retrieve the deleted objects before executing this method set the EditKind property to KindOfEdit.MultiSelect, then right click to display the context menu and choose "Select All" or execute the SelectAllObjects method. After that, you can delete the objects and they will be retrievable using the context menu's "Paste" item or by executing the PasteCopiedObjects method.
See also
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit