Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Interface IImageExporterDescriptor

  • All Superinterfaces:
    IImageDescriptor


    public interface IImageExporterDescriptor
    extends IImageDescriptor

    Represents the image exporter descriptor. The exporter descriptor is used to overcome the necessity to contain each exporter instance in memory and multithreading issues.

    • Method Detail

      • canExport

        boolean canExport(Image image,
                          ImageOptionsBase optionsBase)

        Determines whether image exporter can export the specified image to the specified image format specified by save options.

        Parameters:
        image - The image to export.
        optionsBase - The options base.
        Returns:
        true if exporter created by this descriptor can export the specified image to the specified file format; otherwise, false.
      • createInstance

        IImageExporter createInstance()

        Creates a new exporter instance.

        Returns:
        A new exporter instance.