Class LayerResourcesRegistry
LayerResourcesRegistry class
Define the layer resources registry for PSD files loading.
public static class LayerResourcesRegistry
Properties
| Name | Description |
|---|---|
| static RegisteredDescriptors { get; } | Gets the registered descriptors. |
Methods
| Name | Description |
|---|---|
| static GetFirstSupportedDescriptor(Stream, int) | Gets the first supported opener descriptor. |
| static GetFirstSupportedDescriptorByTypeName(string) | Gets the first supported descriptor by its type name. |
| static LoadResourceByFirstSupportedDescriptor(Stream, int) | Loads LayerResource using first found opener suitable for the specified stream. |
| static RegisterOpener(ILayerResourceLoader) | Registers the opener. |
| static UnregisterOpener(ILayerResourceLoader) | Unregisters the opener. |
See Also
- namespace Aspose.PSD.FileFormats.Psd.Layers
- assembly Aspose.PSD