public class LoadOptions extends Object
Represents the loading options.
Constructor and Description |
---|
LoadOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getBufferSizeHint()
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
|
Color |
getDataBackgroundColor()
|
int |
getDataRecoveryMode()
Gets or sets the data recovery mode.
|
ProgressEventHandler |
getProgressEventHandler()
Gets or sets the progress event handler.
|
boolean |
getUseIccProfileConversion()
Gets or sets a value indicating whether ICC profile conversion should be applied.
|
void |
setBufferSizeHint(int value)
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
|
void |
setDataBackgroundColor(Color value)
|
void |
setDataRecoveryMode(int value)
Gets or sets the data recovery mode.
|
void |
setProgressEventHandler(ProgressEventHandler value)
Gets or sets the progress event handler.
|
void |
setUseIccProfileConversion(boolean value)
Gets or sets a value indicating whether ICC profile conversion should be applied.
|
public final int getDataRecoveryMode()
Gets or sets the data recovery mode.
Value: The data recovery mode.public final void setDataRecoveryMode(int value)
Gets or sets the data recovery mode.
Value: The data recovery mode.public final Color getDataBackgroundColor()
public final void setDataBackgroundColor(Color value)
public final boolean getUseIccProfileConversion()
Gets or sets a value indicating whether ICC profile conversion should be applied.
public final void setUseIccProfileConversion(boolean value)
Gets or sets a value indicating whether ICC profile conversion should be applied.
public final int getBufferSizeHint()
Gets or 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 bufferspublic final void setBufferSizeHint(int value)
Gets or 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 bufferspublic final ProgressEventHandler getProgressEventHandler()
Gets or sets the progress event handler.
Value: The progress event handler.public final void setProgressEventHandler(ProgressEventHandler value)
Gets or sets the progress event handler.
Value: The progress event handler.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.