@Deprecated public class PngLoadOptions extends LoadOptions
The png load options.
Constructor and Description |
---|
PngLoadOptions()
Deprecated.
Initializes a new instance of the
PngLoadOptions class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getStrictMode()
Deprecated.
This redundant property should be replaced with an expression: "LoadOptions.DataRecoveryMode == DataRecoveryMode.ConsistentRecover".
|
void |
setStrictMode(boolean value)
Deprecated.
This redundant property should be replaced with an expression: "LoadOptions.DataRecoveryMode == DataRecoveryMode.ConsistentRecover".
|
getBufferSizeHint, getDataBackgroundColor, getDataRecoveryMode, getProgressEventHandler, getUseIccProfileConversion, setBufferSizeHint, setDataBackgroundColor, setDataRecoveryMode, setProgressEventHandler, setUseIccProfileConversion
public PngLoadOptions()
Initializes a new instance of the PngLoadOptions
class.
@Deprecated public boolean getStrictMode()
Gets or sets a value indicating whether [strict mode].
@Deprecated public void setStrictMode(boolean value)
Gets or sets a value indicating whether [strict mode].
value
- a value indicating whether [strict mode].