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