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].
|
getBufferSizeHint, getDataBackgroundColor, getDataRecoveryMode, getProgressEventHandler, getUseIccProfileConversion, setBufferSizeHint, setDataBackgroundColor, setDataRecoveryMode, setProgressEventHandler, setUseIccProfileConversion
public PngLoadOptions()
Initializes a new instance of the PngLoadOptions
class.
public final boolean getStrictMode()
Gets or sets a value indicating whether [strict mode].
Value:true
if [strict mode]; otherwise, false
.public final void setStrictMode(boolean value)
Gets or sets a value indicating whether [strict mode].
Value:true
if [strict mode]; otherwise, false
.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.