loadOriginalImageWithId:error: method of the AUIMultiPageImageCaptureResult protocol
Returns the original captured image for the specified page.
- (nullable UIImage*)loadOriginalImageWithId:(AUIPageId)identifier error:(NSError**)error;
Parameters
- identifier
- AUIPageId object, storing the identifier of the required page.
- error
- The error that has occurred. In case no errors occurred, this parameter is nil.
Return values
The method returns the UIImage object, that represents the captured original image or nil in case an error occurred.
3/2/2022 12:59:15 PM