Click or drag to resize

ImageSourceNodeReloader Property

Gets the reloader, if any, associated with this node.

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

Property Value

Type: IImageReloader
An object of type IImageReloader which can be used to reload a previously unloaded image.
Remarks
This property may return null. It is entirely valid for there to be no image reloader for any given image.
See Also