ImageLoadersRegistry.GetFirstSupportedDescriptorByFileFormat
ImageLoadersRegistry.GetFirstSupportedDescriptorByFileFormat method
通过其类型名称获取第一个受支持的文件格式。
public static IImageLoaderDescriptor GetFirstSupportedDescriptorByFileFormat(FileFormat fileFormat)
| 参数 | 类型 | 描述 |
|---|---|---|
| fileFormat | FileFormat | 受支持的描述符文件格式。 |
返回值
找到的第一个加载器描述符,若未找到则为 null。
备注
第一个加载器描述符实际上是最后注册的。
另请参见
- interface IImageLoaderDescriptor
- enum FileFormat
- class ImageLoadersRegistry
- namespace Aspose.Imaging
- assembly Aspose.Imaging