Interface IImageExporterDescriptor
IImageExporterDescriptor interface
Represents the image exporter descriptor. The exporter descriptor is used to overcome the necessity to contain each exporter instance in memory and multithreading issues.
public interface IImageExporterDescriptor : IImageDescriptor
Methods
Name | Description |
---|---|
CanExport(Image, ImageOptionsBase) | Determines whether image exporter can export the specified image to the specified image format specified by save options. |
CreateInstance() | Creates a new exporter instance. |
See Also
- interface IImageDescriptor
- namespace Aspose.Imaging
- assembly Aspose.Imaging