ImageLoadersRegistry Class
Represents the image loaders registry.
Inheritance Hierarchy
SystemObject
  Aspose.PSDImageLoadersRegistry

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public static class ImageLoadersRegistry

The ImageLoadersRegistry type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberRegisteredDescriptors
Gets the registered descriptors.
Public propertyStatic memberRegisteredFormats
Gets the registered image loading formats.
Methods
  NameDescription
Public methodStatic memberCreateFirstSupportedLoader
Creates the first found loader suitable for the specified stream and optionally the loadOptions.
Public methodStatic memberGetFirstSupportedDescriptor
Gets the fist found supported descriptor suitable for the specified stream and optionally the loadOptions.
Public methodStatic memberGetFirstSupportedDescriptorByFileFormat
Gets the first supported file format by its type name.
Public methodStatic memberGetFirstSupportedDescriptorByTypeName
Gets the first supported descriptor by its type name.
Public methodStatic memberRegister
Registers the specified image loader descriptor.
Public methodStatic memberRegisterLoader
Registers the loader.
Public methodStatic memberUnregisterLoader
Unregisters the loader.
See Also