GifBlocksRegistry.GetFirstSupportedDescriptorByTypeName
GifBlocksRegistry.GetFirstSupportedDescriptorByTypeName method
Gets the first supported descriptor by its type name.
public static IGifBlockLoaderDescriptor GetFirstSupportedDescriptorByTypeName(
string descriptorTypeName)
Parameter | Type | Description |
---|---|---|
descriptorTypeName | String | The descriptor type name. |
Return Value
The first found opener descriptor or null if not such descriptor is found.
Remarks
The first opener descriptor will be actually the last registered.
See Also
- interface IGifBlockLoaderDescriptor
- class GifBlocksRegistry
- namespace Aspose.Imaging.FileFormats.Gif
- assembly Aspose.Imaging