public class PngLoadOptions extends LoadOptions
The png load options.
Constructor and Description |
---|
PngLoadOptions()
Initializes a new instance of the
PngLoadOptions class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getStrictMode()
Gets or sets a value indicating whether [strict mode].
|
void |
setStrictMode(boolean value)
Gets or sets a value indicating whether [strict mode].
|
getDataBackgroundColor, getDataRecoveryMode, setDataBackgroundColor, setDataRecoveryMode
public PngLoadOptions()
Initializes a new instance of the PngLoadOptions
class.
public boolean getStrictMode()
Gets or sets a value indicating whether [strict mode].
true
if [strict mode]; otherwise, false
.public void setStrictMode(boolean value)
Gets or sets a value indicating whether [strict mode].
value
- true
if [strict mode]; otherwise, false
.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.