IImageLoaderDescriptor

IImageLoaderDescriptor interface

The image loader descriptor specifying the loader properties. The loader descriptor is used to overcome the necessity to contain each image loader instance in memory and multithreading issues.

public interface IImageLoaderDescriptor : IImageDescriptor

Methods

NameDescription
CanLoad(StreamContainer, LoadOptions)Determines whether image loader can read a new image from the specified stream and optionally using the loadOptions.
CreateInstance()Creates a new loader instance.

See Also