GifBlocksRegistry.GetFirstSupportedDescriptor
GifBlocksRegistry.GetFirstSupportedDescriptor method
Gets the first supported opener descriptor.
public static IGifBlockLoaderDescriptor GetFirstSupportedDescriptor(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
Return Value
The gif block opener descriptor or null if no opener descriptor supported for such stream.
Remarks
The first opener will be actually the last registered.
See Also
- interface IGifBlockLoaderDescriptor
- class GifBlocksRegistry
- namespace Aspose.Imaging.FileFormats.Gif
- assembly Aspose.Imaging