ImageExportersRegistry

ImageExportersRegistry class

表示图像导出器注册表。

public static class ImageExportersRegistry

特性

姓名描述
static RegisteredExporterDescriptors { get; }获取已注册的导出器描述符。
static RegisteredFormats { get; }获取注册的导出格式。

方法

姓名描述
static CreateFirstSupportedExporter(Image, ImageOptionsBase)创建第一个找到的适合指定保存选项和图像的导出器。
static GetFirstSupportedDescriptor(Image, ImageOptionsBase)获取第一个找到的适用于指定保存选项和图像的支持描述符。
static Register(IImageExporterDescriptor)注册指定的图像导出器描述符。
static RegisterExporter(IImageExporterDescriptor)注册出口商。
static UnregisterExporter(IImageExporterDescriptor)注销出口商。

也可以看看