Gets or sets a value indicating whether to auto dispose the old image when a new image is set into this RasterImageListItem.
public bool AutoDisposeImages { get; set; }
Public Property AutoDisposeImages As Boolean
true if the Leadtools.RasterImage object in Image is automatically disposed when a new image is set; otherwise, false. Default value is true.
By default, whenever you set a new Leadtools.RasterImage object into the Image property, the old image (if any) is disposed. Set the value of this property to false to prevent disposing of the old image.
For XAML example, refer to AutoDisposeImages.
For C#/VB examples, refer to AutoDisposeImages.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET