public class LoadOptions extends Object
Represents the loading options.
Constructor and Description |
---|
LoadOptions() |
Modifier and Type | Method and Description |
---|---|
Color |
getDataBackgroundColor()
Gets or sets the
Image background Color . |
int |
getDataRecoveryMode()
Gets or sets the data recovery mode.
|
void |
setDataBackgroundColor(Color value) |
void |
setDataRecoveryMode(int value) |
public int getDataRecoveryMode()
Gets or sets the data recovery mode.
Value: The data recovery mode.public void setDataRecoveryMode(int value)
public Color getDataBackgroundColor()
Gets or sets 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)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.