IStoredImageHandle.DeleteImage Method

Definition

Namespace: P1.CameraSdk

Delete an image from the camera storage.

public void DeleteImage();

This method deletes the image (IIQ file) and any associated Jpeg file, from either XQD or SD card storage. Deletion is irreversible.

Confirmation of delete request is provided by a notification. If you wish to receive this notification, you must listen for the EventType.CameraImageRemoved notification, before calling this method. If the request fails, there is no notification.