PngLoadOptions

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

public class PngLoadOptions extends LoadOptions

The png load options.

Constructors

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

Fields

FieldDescription
CustomFontSources_internalizedThe custom font sources

Methods

MethodDescription
equals(Object arg0)
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].
getProgressEventHandler()Gets the progress event handler.
getStrictMode()Gets or sets a value indicating whether [strict mode].
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()
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].
setMemMgr_internalized(MemMgr value)Gets or sets the memory MGR.
setProgressEventHandler(ProgressEventHandler value)Sets the progress event handler.
setStrictMode(boolean value)Gets or sets a value indicating whether [strict mode].
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)

PngLoadOptions()

public PngLoadOptions()

Initializes a new instance of the PngLoadOptions 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

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 .

getProgressEventHandler()

public ProgressEventHandler getProgressEventHandler()

Gets the progress event handler.

Value: The progress event handler.

Returns: ProgressEventHandler - the progress event handler.

getStrictMode()

public boolean getStrictMode()

Gets or sets a value indicating whether [strict mode].

Returns: boolean - a value indicating whether [strict mode].

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()

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 .

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.

setStrictMode(boolean value)

public void setStrictMode(boolean value)

Gets or sets a value indicating whether [strict mode].

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether [strict mode].

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