public class ASPsdExportConfigurationImpl extends ImageExportConfigurationImpl implements ASPsdExportConfiguration
The PSD file format export configuration.
Constructor and Description |
---|
ASPsdExportConfigurationImpl()
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 the color channels count.
|
ColorModesEnum |
getColorMode()
Gets or sets the psd color mode.
|
CompressionMethodEnum |
getCompressionMethod()
Gets or sets the psd compression method.
|
PsdVersionEnum |
getPsdVersion()
Gets the file format version.
|
int |
getVersion()
Gets or sets the psd file version.
|
boolean |
isRefreshImagePreviewData()
Gets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers.
|
boolean |
isRemoveGlobalTextEngineResource()
Gets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related).
|
void |
setChannelBitsCount(short value)
Gets or sets the bits count per color channel.
|
void |
setChannelsCount(short value)
Sets the color channels count.
|
void |
setColorMode(ColorModesEnum value)
Gets or sets the psd color mode.
|
void |
setCompressionMethod(CompressionMethodEnum value)
Gets or sets the psd compression method.
|
void |
setPsdVersion(PsdVersionEnum value)
Sets the file format version.
|
void |
setRefreshImagePreviewData(boolean value)
Sets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers.
|
void |
setRemoveGlobalTextEngineResource(boolean value)
Sets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related).
|
void |
setVersion(int value)
Gets or sets the psd file version.
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
isOverrideHints, setOverrideHints
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint
getBackgroundColor, getLicense, isDrawBackground
public ASPsdExportConfigurationImpl()
Initializes a new instance of the PsdOptions
class.
public int getVersion()
Gets or sets the psd file version.
getVersion
in interface ASPsdExportConfiguration
public void setVersion(int value)
Gets or sets the psd file version.
value
- The psd file version.public CompressionMethodEnum getCompressionMethod()
Gets or sets the psd compression method.
getCompressionMethod
in interface ASPsdExportConfiguration
public void setCompressionMethod(CompressionMethodEnum value)
Gets or sets the psd compression method.
value
- The compression method.public final PsdVersionEnum getPsdVersion()
Gets the file format version. It can be PSD or PSB.
getPsdVersion
in interface ASPsdExportConfiguration
public final void setPsdVersion(PsdVersionEnum value)
Sets the file format version. It can be PSD or PSB.
Value: The file format version.value
- the file format version.public ColorModesEnum getColorMode()
Gets or sets the psd color mode.
getColorMode
in interface ASPsdExportConfiguration
public void setColorMode(ColorModesEnum value)
Gets or sets the psd color mode.
value:
- The color mode.public short getChannelBitsCount()
Gets or sets the bits count per color channel.
getChannelBitsCount
in interface ASPsdExportConfiguration
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 the color channels count.
getChannelsCount
in interface ASPsdExportConfiguration
public void setChannelsCount(short value)
Sets the color channels count.
value
- The color channels count.public boolean isRemoveGlobalTextEngineResource()
Gets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related). After using this option, user need to Make next in opened in Photoshop file: Menu "Text" -> "Process absent fonts". After that operation all text will appear again. Please note, that this operation may cause some final layout changes.
isRemoveGlobalTextEngineResource
in interface ASPsdExportConfiguration
true
if [remove global text engine resource]; otherwise, false
.public void setRemoveGlobalTextEngineResource(boolean value)
Sets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related). After using this option, user need to Make next in opened in Photoshop file: Menu "Text" -> "Process absent fonts". After that operation all text will appear again. Please note, that this operation may cause some final layout changes.
value
- true
if [remove global text engine resource]; otherwise, false
.public boolean isRefreshImagePreviewData()
Gets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers.
isRefreshImagePreviewData
in interface ASPsdExportConfiguration
true
if [refresh image preview data]; otherwise, false
.public void setRefreshImagePreviewData(boolean value)
Sets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers.
value
- true
if [refresh image preview data]; otherwise, false
.