Class 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)エクスポーターを登録解除します。

関連項目