Page
Represents a page of a document.
Properties
The detection status of the page.
The URI of the document file.
The Bitmap of the document image. Calling this getter is an IO operation and is not recommended to execute in the UI thread. The getter will return null if the image does not exist or is corrupted.
The URI of the document preview file.
The Bitmap of the document preview image. Calling this getter is an IO operation and is not recommended to execute in the UI thread. The getter will return null if the image does not exist or is corrupted.
The document quality of the page.
The list of filters applied to the page.
The URI of the original file.
The Bitmap of the original image. Calling this getter is an IO operation and is not recommended to execute in the UI thread. The getter will return null if the image does not exist or is corrupted.
The rotation of all images (including previews) of the page. The direction of rotation is represented by ImageRotation enum.
The source of the page image.
The URI of the unfiltered document file.
The Bitmap of the unfiltered document image. Calling this getter is an IO operation and is not recommended to execute in the UI thread. The getter will return null if the image does not exist or is corrupted.
Functions
Processes all submitted operations on the page and saves the result images in the file system. This is an IO operation and is not recommended to execute in the UI thread.