PngLoadOptions.StrictMode

PngLoadOptions.StrictMode property

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

true if [strict mode]; otherwise, false.

See Also