OSTypeStructuresRegistry.LoadResourceByFirstSupportedDescriptor
OSTypeStructuresRegistry.LoadResourceByFirstSupportedDescriptor method
Loads OSTypeStructure
using first found opener suitable for the specified stream.
public static OSTypeStructure LoadResourceByFirstSupportedDescriptor(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
Return Value
The loaded LayerResource
or null if no opener is found.
Remarks
The first opener will be actually the last registered.
See Also
- class OSTypeStructure
- class OSTypeStructuresRegistry
- namespace Aspose.PSD.FileFormats.Psd.Layers.LayerResources
- assembly Aspose.PSD