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.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public interface IImageLoaderDescriptor : IImageDescriptor

The IImageLoaderDescriptor type exposes the following members.

Properties
  NameDescription
Public propertySupportedFormat
Gets the supported format.
(Inherited from IImageDescriptor.)
Methods
  NameDescription
Public methodCanLoad
Determines whether image loader can read a new image from the specified stream and optionally using the loadOptions.
Public methodCreateInstance
Creates a new loader instance.
See Also