This method clears copied or cut annotation objects from the clipboard.

[Visual Basic] Public Function ClearCopiedObjects() As Boolean
[C#] public bool ClearAllObjects();

Parameters

None

Return Value

Returns true if successful, otherwise returns False

Explanation

The ClearCopiedObjects method clears copied or cut annotation objects from the clipboard.

Before executing this method, it is possible to check if copied data exists in the clipboard by referring to the CopiedObjectsExists property.

See also

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

 

The ImageKit WPF is created by Newtone Corporation