Class ImageExportersRegistry
ImageExportersRegistry class
Represents the image exporters registry.
public static class ImageExportersRegistry
Properties
Name | Description |
---|---|
static RegisteredExporterDescriptors { get; } | Gets the registered exporter descriptors. |
static RegisteredFormats { get; } | Gets the registered export formats. |
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
- namespace Aspose.PSD
- assembly Aspose.PSD