Package | Description |
---|---|
com.aspose.imaging.fileformats.djvu |
The package contains djvu classes
|
Modifier and Type | Method and Description |
---|---|
DjvuPage |
DjvuImage.getActivePage()
Gets or sets the currently active page
|
DjvuPage |
DjvuImage.getFirstPage()
Gets the first page of the document
|
DjvuPage |
DjvuImage.getLastPage()
Gets the last page of the document
|
DjvuPage |
DjvuImage.getNextPage()
Gets the next page of the document
|
DjvuPage[] |
DjvuImage.getPages()
Gets the pages for the document
|
DjvuPage |
DjvuImage.getPreviousPage()
Gets the previous page of the document
|
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)
Gets or sets the currently active page
|
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.