ImageDocumentInfo
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo
public class ImageDocumentInfo extends DocumentInfo
Contains Image document metadata
| Constructor | Description |
|---|---|
| ImageDocumentInfo(Image image, FileType format, long size) |
| Method | Description |
|---|---|
| getBitsPerPixel() | Gets bits per pixel |
| getHeight() | Gets height |
| getWidth() | Gets width |
public ImageDocumentInfo(Image image, FileType format, long size)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| image | com.aspose.imaging.Image | |
| format | FileType | |
| size | long |
public int getBitsPerPixel()
Gets bits per pixel
Returns: int - bits per pixel
public int getHeight()
Gets height
Returns: int - height
public int getWidth()
Gets width
Returns: int - width
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.