public class PsdOptions extends ImageOptionsBase
The psd file format create options.
Constructor and Description |
---|
PsdOptions()
Initializes a new instance of the
PsdOptions class. |
PsdOptions(PsdOptions options)
Initializes a new instance of the
PsdOptions class. |
Modifier and Type | Method and Description |
---|---|
short |
getChannelBitsCount()
Gets or sets the bits count per color channel.
|
short |
getChannelsCount()
Gets or sets the color channels count.
|
short |
getColorMode()
Gets or sets the psd color mode.
|
short |
getCompressionMethod()
Gets or sets the psd compression method.
|
ResourceBlock[] |
getResources()
Gets or sets the psd resources.
|
int |
getVersion()
Gets or sets the psd file version.
|
com.aspose.cad.xmp.XmpPacketWrapper |
getXmpData()
Get or set XMP data container
|
void |
setChannelBitsCount(short value)
Gets or sets the bits count per color channel.
|
void |
setChannelsCount(short value)
Gets or sets the color channels count.
|
void |
setColorMode(short value)
Gets or sets the psd color mode.
|
void |
setCompressionMethod(short value)
Gets or sets the psd compression method.
|
void |
setResources(ResourceBlock[] value)
Gets or sets the psd resources.
|
void |
setVersion(int value)
Gets or sets the psd file version.
|
void |
setXmpData(com.aspose.cad.xmp.XmpPacketWrapper value)
Get or set XMP data container
|
getInterruptionToken, getLayers, getPalette, getResolutionSettings, getRotation, getSource, getTimeout, getVectorRasterizationOptions, setInterruptionToken, setLayers, setPalette, setResolutionSettings, setRotation, setSource, setTimeout, setVectorRasterizationOptions
public PsdOptions()
Initializes a new instance of the PsdOptions
class.
public PsdOptions(PsdOptions options)
Initializes a new instance of the PsdOptions
class.
options
- The options.public com.aspose.cad.xmp.XmpPacketWrapper getXmpData()
Get or set XMP data container
getXmpData
in class ImageOptionsBase
public void setXmpData(com.aspose.cad.xmp.XmpPacketWrapper value)
Get or set XMP data container
setXmpData
in class ImageOptionsBase
value
- The XMP data container.public ResourceBlock[] getResources()
Gets or sets the psd resources.
public void setResources(ResourceBlock[] value)
Gets or sets the psd resources.
value
- The psd resources.public int getVersion()
Gets or sets the psd file version.
public void setVersion(int value)
Gets or sets the psd file version.
value
- The psd file version.public short getCompressionMethod()
Gets or sets the psd compression method.
public void setCompressionMethod(short value)
Gets or sets the psd compression method.
value
- The compression method.public short getColorMode()
Gets or sets the psd color mode.
public void setColorMode(short value)
Gets or sets the psd color mode.
value
- The color mode.public short getChannelBitsCount()
Gets or sets the bits count per color channel.
public void setChannelBitsCount(short value)
Gets or sets the bits count per color channel.
value
- The bits count per color channel.public short getChannelsCount()
Gets or sets the color channels count.
public void setChannelsCount(short value)
Gets or sets the color channels count.
value
- The color channels count.