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.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public interface IImageExporterDescriptor : IImageDescriptor

The IImageExporterDescriptor type exposes the following members.

Properties
  NameDescription
Public propertySupportedFormat
Gets the supported format.
(Inherited from IImageDescriptor.)
Methods
  NameDescription
Public methodCanExport
Determines whether image exporter can export the specified image to the specified image format specified by save options.
Public methodCreateInstance
Creates a new exporter instance.
See Also