PsdLoadOptions

Inheritance: java.lang.Object, com.aspose.psd.LoadOptions

public class PsdLoadOptions extends LoadOptions

Psd load options

Constructors

ConstructorDescription
PsdLoadOptions()Initializes a new instance of the PsdLoadOptions class.

Fields

FieldDescription
CustomFontSources_internalizedThe custom font sources

Methods

MethodDescription
equals(Object arg0)
getAllowWarpRepaint()Gets or sets whether to save with the rendered image, with or without a warp transform.
getBufferSizeHint()Gets the buffer size hint which is defined max allowed size for all internal buffers.
getClass()
getDataBackgroundColor()Gets the Image background Color .
getDataRecoveryMode()Gets the data recovery mode.
getIgnoreAfterLoad_internalized()Gets a value indicating whether [ignore after load].
getIgnoreAlphaChannel()Gets or sets a value indicating whether [ignore alpha channel].
getIgnoreTextLayerWidthOnUpdate()Gets or sets a value indicating whether PSD text layer fixed width will be ignored on UpdateText operation execution.
getLoadEffectsResource()Gets or sets a value indicating whether [load effects resource] (by default resource is not loaded).
getProgressEventHandler()Gets the progress event handler.
getReadOnlyMode()Gets or sets a value indicating whether [use read only mode].
getUseDiskForLoadEffectsResource()Gets or sets a value indicating whether [use disk for load effects resource] (by default used disk to load effects resource, but can be used memory if it is enought by setting this value to false).
getUseIccProfileConversion()Gets a value indicating whether ICC profile conversion should be applied.
getVentureLicense_internalized()This is part of the venture licensing pattern.
hashCode()
notify()
notifyAll()
setAllowWarpRepaint(boolean value)Gets or sets whether to save with the rendered image, with or without a warp transform.
setBufferSizeHint(int value)Sets the buffer size hint which is defined max allowed size for all internal buffers.
setDataBackgroundColor(Color value)Sets the Image background Color .
setDataRecoveryMode(int value)Sets the data recovery mode.
setIgnoreAfterLoad_internalized(boolean value)Sets a value indicating whether [ignore after load].
setIgnoreAlphaChannel(boolean value)Gets or sets a value indicating whether [ignore alpha channel].
setIgnoreTextLayerWidthOnUpdate(boolean value)Gets or sets a value indicating whether PSD text layer fixed width will be ignored on UpdateText operation execution.
setLoadEffectsResource(boolean value)Gets or sets a value indicating whether [load effects resource] (by default resource is not loaded).
setMemMgr_internalized(MemMgr value)Gets or sets the memory MGR.
setProgressEventHandler(ProgressEventHandler value)Sets the progress event handler.
setReadOnlyMode(boolean value)Gets or sets a value indicating whether [use read only mode].
setUseDiskForLoadEffectsResource(boolean value)Gets or sets a value indicating whether [use disk for load effects resource] (by default used disk to load effects resource, but can be used memory if it is enought by setting this value to false).
setUseIccProfileConversion(boolean value)Sets a value indicating whether ICC profile conversion should be applied.
setVentureLicense_internalized(Object value)This is part of the venture licensing pattern.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PsdLoadOptions()

public PsdLoadOptions()

Initializes a new instance of the PsdLoadOptions class.

CustomFontSources_internalized

public System.Collections.Generic.List<CustomFontSource> CustomFontSources_internalized

The custom font sources

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAllowWarpRepaint()

public final boolean getAllowWarpRepaint()

Gets or sets whether to save with the rendered image, with or without a warp transform.

Value: true render image with warp transformation false .

Returns: boolean

getBufferSizeHint()

public final int getBufferSizeHint()

Gets the buffer size hint which is defined max allowed size for all internal buffers.

Value: The buffer size hint, in megabytes. Non-positive value means no memory limitation for internal buffers

Returns: int - the buffer size hint which is defined max allowed size for all internal buffers.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDataBackgroundColor()

public Color getDataBackgroundColor()

Gets the Image background Color .

Returns: Color - The background color.

Typically the background color is set whenever pixel value cannot be recovered due to data corruption.

getDataRecoveryMode()

public int getDataRecoveryMode()

Gets the data recovery mode.

Returns: int - The data recovery mode.

getIgnoreAfterLoad_internalized()

public boolean getIgnoreAfterLoad_internalized()

Gets a value indicating whether [ignore after load].

Returns: boolean - true if [ignore after load]; otherwise, false .

getIgnoreAlphaChannel()

public final boolean getIgnoreAlphaChannel()

Gets or sets a value indicating whether [ignore alpha channel].

Value: true if [ignore alpha channel]; otherwise, false .

Returns: boolean

getIgnoreTextLayerWidthOnUpdate()

public final boolean getIgnoreTextLayerWidthOnUpdate()

Gets or sets a value indicating whether PSD text layer fixed width will be ignored on UpdateText operation execution.

Value: true if [ignore text layer width]; otherwise, false .

Returns: boolean

getLoadEffectsResource()

public final boolean getLoadEffectsResource()

Gets or sets a value indicating whether [load effects resource] (by default resource is not loaded). When set this option only supported effects will be rendered to final merged image.

Value: true if [load effects resource]; otherwise, false .

Returns: boolean

getProgressEventHandler()

public ProgressEventHandler getProgressEventHandler()

Gets the progress event handler.

Value: The progress event handler.

Returns: ProgressEventHandler - the progress event handler.

getReadOnlyMode()

public final boolean getReadOnlyMode()

Gets or sets a value indicating whether [use read only mode]. This is read-only mode, supported for identical compatibility with Adobe Photoshop. When this option is set, all changes applied for layers will not be saved to final image. All data is used from ImageData section, so it is identical to Photoshop. By default all loaded images are not identical to Adobe Photoshop compatible.

Value: true if [use photoshop compatibility mode]; otherwise, false .

Returns: boolean

getUseDiskForLoadEffectsResource()

public final boolean getUseDiskForLoadEffectsResource()

Gets or sets a value indicating whether [use disk for load effects resource] (by default used disk to load effects resource, but can be used memory if it is enought by setting this value to false).

Value: true if [use disk for load effects resource]; otherwise, false .

Returns: boolean

getUseIccProfileConversion()

public boolean getUseIccProfileConversion()

Gets a value indicating whether ICC profile conversion should be applied.

Returns: boolean

getVentureLicense_internalized()

public Object getVentureLicense_internalized()

This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.

Returns: java.lang.Object

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAllowWarpRepaint(boolean value)

public final void setAllowWarpRepaint(boolean value)

Gets or sets whether to save with the rendered image, with or without a warp transform.

Value: true render image with warp transformation false .

Parameters:

ParameterTypeDescription
valueboolean

setBufferSizeHint(int value)

public final void setBufferSizeHint(int value)

Sets the buffer size hint which is defined max allowed size for all internal buffers.

Value: The buffer size hint, in megabytes. Non-positive value means no memory limitation for internal buffers

Parameters:

ParameterTypeDescription
valueintthe buffer size hint which is defined max allowed size for all internal buffers.

setDataBackgroundColor(Color value)

public void setDataBackgroundColor(Color value)

Sets the Image background Color .

Parameters:

ParameterTypeDescription
valueColorThe background color.

Typically the background color is set whenever pixel value cannot be recovered due to data corruption. |

setDataRecoveryMode(int value)

public void setDataRecoveryMode(int value)

Sets the data recovery mode.

Parameters:

ParameterTypeDescription
valueintThe data recovery mode.

setIgnoreAfterLoad_internalized(boolean value)

public void setIgnoreAfterLoad_internalized(boolean value)

Sets a value indicating whether [ignore after load].

Parameters:

ParameterTypeDescription
valuebooleantrue if [ignore after load]; otherwise, false .

setIgnoreAlphaChannel(boolean value)

public final void setIgnoreAlphaChannel(boolean value)

Gets or sets a value indicating whether [ignore alpha channel].

Value: true if [ignore alpha channel]; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setIgnoreTextLayerWidthOnUpdate(boolean value)

public final void setIgnoreTextLayerWidthOnUpdate(boolean value)

Gets or sets a value indicating whether PSD text layer fixed width will be ignored on UpdateText operation execution.

Value: true if [ignore text layer width]; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setLoadEffectsResource(boolean value)

public final void setLoadEffectsResource(boolean value)

Gets or sets a value indicating whether [load effects resource] (by default resource is not loaded). When set this option only supported effects will be rendered to final merged image.

Value: true if [load effects resource]; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setMemMgr_internalized(MemMgr value)

public final void setMemMgr_internalized(MemMgr value)

Gets or sets the memory MGR.

Value: The memory MGR.

Parameters:

ParameterTypeDescription
valuecom.aspose.internal.memorymanagement.MemMgr

setProgressEventHandler(ProgressEventHandler value)

public void setProgressEventHandler(ProgressEventHandler value)

Sets the progress event handler.

Parameters:

ParameterTypeDescription
valueProgressEventHandlerthe progress event handler.

setReadOnlyMode(boolean value)

public final void setReadOnlyMode(boolean value)

Gets or sets a value indicating whether [use read only mode]. This is read-only mode, supported for identical compatibility with Adobe Photoshop. When this option is set, all changes applied for layers will not be saved to final image. All data is used from ImageData section, so it is identical to Photoshop. By default all loaded images are not identical to Adobe Photoshop compatible.

Value: true if [use photoshop compatibility mode]; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setUseDiskForLoadEffectsResource(boolean value)

public final void setUseDiskForLoadEffectsResource(boolean value)

Gets or sets a value indicating whether [use disk for load effects resource] (by default used disk to load effects resource, but can be used memory if it is enought by setting this value to false).

Value: true if [use disk for load effects resource]; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setUseIccProfileConversion(boolean value)

public void setUseIccProfileConversion(boolean value)

Sets a value indicating whether ICC profile conversion should be applied.

Parameters:

ParameterTypeDescription
valueboolean

setVentureLicense_internalized(Object value)

public void setVentureLicense_internalized(Object value)

This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.

Parameters:

ParameterTypeDescription
valuejava.lang.Object

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int