loadImage method of the Result class
Returns the captured and cropped image for the specified page.
Please note that this method might throw an Exception that should be handled.
@WorkerThread
Bitmap loadImage( String pageId ) throws Exception;
Parameters
- pageId
- Identifier of the page.
Return values
The method returns a Bitmap object containing the captured and cropped image.
3/2/2022 12:59:15 PM