This property retrieves whether or not a copied or cut object exists.
[Visual Basic] Public ReadOnly Property
CopiedObjectsExists As Boolean
[C#] public bool CopiedObjectsExists
{get;}
Property Value
True: A copied or cut object exists
False: A copied or cut object does not exist
Explanation
The CopiedObjectsExists property retrieves whether or not a copied or cut object exists.
This property can be used to confirm if copied objects exist in the clipboard before executing the ClearCopiedObjects method.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit