public class PsdOptions extends ImageOptionsBase
The psd file format create options.
Constructor and Description |
---|
PsdOptions()
Initializes a new instance of the
PsdOptions class. |
PsdOptions(PsdImage image)
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.
|
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.
|
getMultiPageOptions, getPalette, getResolutionSettings, getSource, getVectorRasterizationOptions, setMultiPageOptions, setPalette, setResolutionSettings, setSource, 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 PsdOptions(PsdImage image)
Initializes a new instance of the PsdOptions
class.
image
- The image.public ResourceBlock[] getResources()
Gets or sets the psd resources.
Value: 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.
Value: 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.
Value: The 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.
Value: The 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.
Value: 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.
Value: The color channels count.public void setChannelsCount(short value)
Gets or sets the color channels count.
Value: The color channels count.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.