public class LoadOptions extends Object
Represents the loading options.
Constructor and Description |
---|
LoadOptions() |
Modifier and Type | Method and Description |
---|---|
Color |
getDataBackgroundColor()
Gets the
Image background Color . |
int |
getDataRecoveryMode()
Gets the data recovery mode.
|
boolean |
getUseIccProfileConversion()
Gets a value indicating whether ICC profile conversion should be applied.
|
void |
setDataBackgroundColor(Color value)
Sets the
Image background Color . |
void |
setDataRecoveryMode(int value)
Sets the data recovery mode.
|
void |
setUseIccProfileConversion(boolean value)
Sets a value indicating whether ICC profile conversion should be applied.
|
public int getDataRecoveryMode()
Gets the data recovery mode.
public void setDataRecoveryMode(int value)
Sets the data recovery mode.
value
- The data recovery mode.public Color getDataBackgroundColor()
Gets the Image
background Color
.
Typically the background color is set whenever pixel value cannot be recovered due to data corruption.
public void setDataBackgroundColor(Color value)
Sets the Image
background Color
.
value
- The background color.
Typically the background color is set whenever pixel value cannot be recovered due to data corruption.
public boolean getUseIccProfileConversion()
Gets a value indicating whether ICC profile conversion should be applied.
public void setUseIccProfileConversion(boolean value)
Sets a value indicating whether ICC profile conversion should be applied.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.