Class ImageExportersRegistry
ImageExportersRegistry class
Represents the image exporters registry.
public static class ImageExportersRegistry
Properties
Methods
| Name | Description |
|---|
| static CreateFirstSupportedExporter(Image, ImageOptionsBase) | Creates the first found exporter suitable for the specified save options and image. |
| static GetFirstSupportedDescriptor(Image, ImageOptionsBase) | Gets the fist found supported descriptor suitable for the specified save options and image. |
| static Register(IImageExporterDescriptor) | Registers the specified image exporter descriptor. |
| static RegisterExporter(IImageExporterDescriptor) | Registers the exporter. |
| static UnregisterExporter(IImageExporterDescriptor) | Unregisters the exporter. |
See Also