ImageDocumentInfo
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
public class ImageDocumentInfo extends DocumentInfo
Contains Image document metadata
Constructors
Constructor | Description |
---|---|
ImageDocumentInfo(Image image, FileType format, long size) |
Methods
Method | Description |
---|---|
getBitsPerPixel() | Gets bits per pixel |
getHeight() | Gets height |
getWidth() | Gets width |
ImageDocumentInfo(Image image, FileType format, long size)
public ImageDocumentInfo(Image image, FileType format, long size)
Parameters:
Parameter | Type | Description |
---|---|---|
image | com.aspose.imaging.Image | |
format | FileType | |
size | long |
getBitsPerPixel()
public int getBitsPerPixel()
Gets bits per pixel
Returns: int - bits per pixel
getHeight()
public int getHeight()
Gets height
Returns: int - height
getWidth()
public int getWidth()
Gets width
Returns: int - width