Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Interface IImageCreatorDescriptor

  • All Superinterfaces:
    IImageDescriptor


    public interface IImageCreatorDescriptor
    extends IImageDescriptor

    The image creator descriptor specifying the creator properties. The creator descriptor is used to overcome the necessity to contain each image creator instance in memory and multithreading issues.

    • Method Detail

      • canCreate

        boolean canCreate(ImageOptionsBase imageOptions)

        Determines whether image creator can create a new image using the imageOptions.

        Parameters:
        imageOptions - The image options.
        Returns:
        true if image creator created by this descriptor can create image data using the specified imageOptions; otherwise, false.
      • createInstance

        IImageCreator createInstance()

        Creates a new creator instance.

        Returns:
        A new creator instance.