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.
|
long |
getTargetFormat() |
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 |
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, getPc3File, getResolutionSettings, getRotation, getSource, getTimeout, getUserWatermarkColor, getUserWatermarkText, getVectorRasterizationOptions, setInterruptionToken, setLayers, setPalette, setPc3File, setResolutionSettings, setRotation, setSource, setTimeout, setUserWatermarkColor, setUserWatermarkText, 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 long getTargetFormat()
getTargetFormat
in class ImageOptionsBase
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 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.