PsdDocumentInfo

Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.documentinfo.DocumentInfo

public class PsdDocumentInfo extends DocumentInfo

Contains Psd document metadata

Constructors

Constructor Description
PsdDocumentInfo(Image image, FileType format, long size)

Methods

Method Description
getBitsPerPixel() Gets bits per pixel
getHeight() Gets height
getWidth() Gets width

PsdDocumentInfo(Image image, FileType format, long size)

public PsdDocumentInfo(Image image, FileType format, long size)

Parameters:

Parameter Type Description
image com.aspose.psd.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