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