GifBlocksRegistryGetFirstSupportedDescriptor Method |
Gets the first supported opener descriptor.
Namespace: Aspose.Imaging.FileFormats.GifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic static IGifBlockLoaderDescriptor GetFirstSupportedDescriptor(
Stream stream
)
Public Shared Function GetFirstSupportedDescriptor (
stream As Stream
) As IGifBlockLoaderDescriptor
public:
static IGifBlockLoaderDescriptor^ GetFirstSupportedDescriptor(
Stream^ stream
)
static member GetFirstSupportedDescriptor :
stream : Stream -> IGifBlockLoaderDescriptor
Parameters
- stream
- Type: System.IOStream
The stream.
Return Value
Type:
IGifBlockLoaderDescriptorThe gif block opener descriptor or null if no opener descriptor supported for such stream.
RemarksThe first opener will be actually the last registered.
See Also