Packages

 

com.aspose.cad

Interface IImageLoaderDescriptor

  • All Superinterfaces:
    IImageDescriptor


    public interface IImageLoaderDescriptor
    extends IImageDescriptor

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

    • Method Detail

      • canLoad

        boolean canLoad(com.aspose.cad.StreamContainer streamContainer,
                        LoadOptions loadOptions)
      • getCurrentFormat

        long getCurrentFormat(InputStream stream)

        Gets the current format.

        Parameters:
        stream - The stream. Value: The current format.
        Returns:
        FileFormat