DjVuDocumentInfo
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo, com.groupdocs.conversion.contracts.documentinfo.ImageDocumentInfo
public class DjVuDocumentInfo extends ImageDocumentInfo
Contains DjVu document metadata
| Constructor | Description |
|---|---|
| DjVuDocumentInfo(DjvuImage image, FileType format, long size) |
| Method | Description |
|---|---|
| getVerticalResolution() | Gets vertical resolution |
| getHorizontalResolution() | Get horizontal resolution |
| getOpacity() | Gets image opacity |
public DjVuDocumentInfo(DjvuImage image, FileType format, long size)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| image | com.aspose.imaging.fileformats.djvu.DjvuImage | |
| format | FileType | |
| size | long |
public double getVerticalResolution()
Gets vertical resolution
Returns: double - vertical resolution
public double getHorizontalResolution()
Get horizontal resolution
Returns: double - horizontal resolution
public float getOpacity()
Gets image opacity
Returns: float - image opacity
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.