| Package | Description |
|---|---|
| com.aspose.imaging.fileformats.djvu |
The package contains djvu classes
|
| Modifier and Type | Method and Description |
|---|---|
DjvuPage |
DjvuImage.getActivePage()
Navigate through your DjVu document by accessing or setting the currently active
page using this property.
|
DjvuPage[] |
DjvuImage.getDjvuPages()
Quickly retrieve all the pages contained within your DjVu document using this
property.
|
DjvuPage |
DjvuImage.getFirstPage()
Access the first page of your DjVu document with this property.
|
DjvuPage |
DjvuImage.getLastPage()
Retrieve the last page of your DjVu document using this property.
|
DjvuPage |
DjvuImage.getNextPage()
Navigate through your DjVu document by accessing the next page with this
convenient property.
|
DjvuPage |
DjvuImage.getPreviousPage()
Quickly move backward in your DjVu document viewing or processing tasks by
accessing the previous page with this convenient property.
|
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.IAsyncResult |
OnPageExportedAction.beginInvoke(DjvuPage page,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
abstract void |
OnPageExportedAction.invoke(DjvuPage page)
Delegate for firing when page is exported
|
void |
DjvuImage.setActivePage(DjvuPage value)
Navigate through your DjVu document by accessing or setting the currently active
page using this property.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.