ImageExportersRegistry.CreateFirstSupportedExporter
ImageExportersRegistry.CreateFirstSupportedExporter method
Creates the first found exporter suitable for the specified save options and image.
public static IImageExporter CreateFirstSupportedExporter(Image image, ImageOptionsBase options)
Parameter | Type | Description |
---|---|---|
image | Image | The image to export. |
options | ImageOptionsBase | The save options to use for export. |
Return Value
The exporter which supports the specified image and save options or null if no such exporter is found.
Remarks
The first exporter will be actually the last registered.
See Also
- interface IImageExporter
- class Image
- class ImageOptionsBase
- class ImageExportersRegistry
- namespace Aspose.Imaging
- assembly Aspose.Imaging