clearWithError: method of the AUIMultiPageImageCaptureResult protocol
Removes all the pages from the storage.
- (BOOL)clearWithError:(NSError**)error;
Parameters
- error
- The error that has occurred. In case no errors occurred, this parameter is nil.
Return values
The method returns returns YES, if the pages were successfully deleted, and NO otherwise.
02.03.2022 12:59:15