Click or drag to resize

ImageSourceImmediateUnload Property

Determines if an image should be unloaded from memory immediately.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool ImmediateUnload { get; set; }

Property Value

Type: Boolean
This is set to true by default. Even if this is set to true, it does not mean that the memory for an image will be immediately released, nor does it mean that garbage collection will happen.
See Also