Package | Description |
---|---|
com.aspose.imaging.fileformats.djvu |
The package contains djvu classes
|
Modifier and Type | Method and Description |
---|---|
DjvuRaster |
DjvuPage.extractThumbnailImage()
Extracts the thumbnail image from the Djvu page.
|
DjvuRaster |
DjvuPage.getBackgroundImage()
Gets the background image.
|
DjvuRaster |
DjvuPage.getForegroundImage()
Gets the foreground image for the page
|
DjvuRaster |
DjvuPage.getForegroundImage(int subsample)
Gets the foreground image for the page
|
DjvuRaster |
DjvuPage.getImage()
Gets the image.
|
DjvuRaster |
DjvuPage.getTextImage()
Gets the text image.
|
DjvuRaster |
DjvuPage.getTextImage(int subsample)
Gets the text image.
|
DjvuRaster |
DjvuPage.getThumbnailImage()
Gets or sets the thumbnail image for the page
|
Modifier and Type | Method and Description |
---|---|
void |
DjvuPage.setThumbnailImage(DjvuRaster value)
Gets or sets the thumbnail image for the page
|