AUIMultiPageImageCaptureResult protocol
Provides access to the result of a multipage document capture.
Methods
| Name | Description |
|---|---|
| - clearWithError |
Removes all the pages from the storage. |
| - deleteWithId: |
Removes the page with specified identifier. |
| - loadBoundaryWithId: |
Returns the document boundary for the specified page. |
| - loadImageWithId: |
Returns the captured and cropped image for the specified page. |
| - loadOriginalImageWithId: |
Returns the original captured image for the specified page. |
| - loadThumbnailWithId: | Returns the captured and cropped image's thumbnail for the specified page. |
| - pagesWithError: |
Returns all the pages identifiers in the storage. |
3/2/2022 12:59:15 PM