loadImageWithId:error: method of the AUIMultiPageImageCaptureResult protocol
Returns the captured and cropped image for the specified page.
- (nullable UIImage*)loadImageWithId:(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 and cropped image or nil in case an error occurred.
02.03.2022 12:59:15