DjVuDocumentInfo

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

Constructors

Constructor Description
DjVuDocumentInfo(DjvuImage image, FileType format, long size)

Methods

Method Description
getVerticalResolution() Gets vertical resolution
getHorizontalResolution() Get horizontal resolution
getOpacity() Gets image opacity

DjVuDocumentInfo(DjvuImage image, FileType format, long size)

public DjVuDocumentInfo(DjvuImage image, FileType format, long size)

Parameters:

Parameter Type Description
image com.aspose.imaging.fileformats.djvu.DjvuImage
format FileType
size long

getVerticalResolution()

public double getVerticalResolution()

Gets vertical resolution

Returns: double - vertical resolution

getHorizontalResolution()

public double getHorizontalResolution()

Get horizontal resolution

Returns: double - horizontal resolution

getOpacity()

public float getOpacity()

Gets image opacity

Returns: float - image opacity