Package | Description |
---|---|
com.aspose.imaging.fileformats.djvu |
Modifier and Type | Method and Description |
---|---|
DjvuImage |
DjvuPage.getParentImage()
Gets the parent image the page belongs to
|
static DjvuImage |
DjvuImage.loadDocument(InputStream stream)
Loads the document.
|
static DjvuImage |
DjvuImage.loadDocument(InputStream stream,
LoadOptions loadOptions)
Loads the document.
|
static DjvuImage |
DjvuImage.loadDocumentInternal_internalized(com.aspose.ms.System.IO.Stream stream) |
static DjvuImage |
DjvuImage.loadDocumentInternal_internalized(com.aspose.ms.System.IO.Stream stream,
LoadOptions loadOptions) |
Constructor and Description |
---|
DjvuPage(int pageNumber,
DjvuImage parentImage,
DirmComponent header,
com.aspose.imaging_internal.fileformats.djvu.datachunks.TH44Chunk thumbnail,
com.aspose.imaging_internal.fileformats.djvu.datachunks.DjviChunk[] includedItems,
com.aspose.imaging_internal.fileformats.djvu.datachunks.FormChunk form)
Initializes a new instance of the
DjvuPage class. |
DjvuPage(int pageNumber,
DjvuImage parentImage,
DirmComponent header,
com.aspose.imaging_internal.fileformats.djvu.datachunks.TH44Chunk thumbnail,
com.aspose.imaging_internal.fileformats.djvu.datachunks.DjviChunk[] includedItems,
com.aspose.imaging_internal.fileformats.djvu.datachunks.FormChunk form,
int subsample)
Initializes a new instance of the
DjvuPage class. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.