Class PngLoadOptions
- Namespace
- Aspose.Imaging.ImageLoadOptions
- Assembly
- Aspose.Imaging.dll
The png load options.
[Obsolete("Should be replaced with base \"LoadOptions\" class because it contains ony one obsolete \"StrictMode\" property.")]
public class PngLoadOptions : LoadOptions
- Inheritance
-
PngLoadOptions
- Inherited Members
Constructors
PngLoadOptions()
public PngLoadOptions()
Properties
StrictMode
Gets or sets a value indicating whether [strict mode].
[Obsolete("This redundant property should be replaced with an expression: \"LoadOptions.DataRecoveryMode == DataRecoveryMode.ConsistentRecover\".")]
public bool StrictMode { get; set; }
Property Value
- bool
true
if [strict mode]; otherwise,false
.