Document
Represents a document.
Constructors
Properties
Functions
Inserts original image with the given index, and returns Page. This is an IO operation and is not recommended to execute in the UI thread.
Returns the page with the given index.
Returns the page with the given id.
Remove all page from the document at one batch operation. This is an IO operation and is not recommended to execute in the UI thread.
Remove the given page. This is an IO operation and is not recommended to execute in the UI thread.
Remove the page with the given index. This is an IO operation and is not recommended to execute in the UI thread.
Remove the page with the given id. This is an IO operation and is not recommended to execute in the UI thread.
Rearranges the order of pages due to order of passed Page IDs. This is an IO operation and is not recommended to execute in the UI thread.