Uses of Class
com.aspose.imaging.LoadOptionsBase

Packages that use LoadOptionsBase
com.aspose.imaging   
com.aspose.imaging.interfaces   
 

Uses of LoadOptionsBase in com.aspose.imaging
 

Methods in com.aspose.imaging with parameters of type LoadOptionsBase
static boolean Image.canLoad(java.io.InputStream stream, LoadOptionsBase loadOptions)
           
static boolean Image.canLoad(java.lang.String filePath, LoadOptionsBase loadOptions)
           Determines whether image can be loaded from the specified file path and optionally using the specified open options.
 

Uses of LoadOptionsBase in com.aspose.imaging.interfaces
 

Methods in com.aspose.imaging.interfaces with parameters of type LoadOptionsBase
 boolean IImageLoaderDescriptor.canLoad(StreamContainer streamContainer, LoadOptionsBase loadOptions)
           
 Image IImageLoader.load(StreamContainer streamContainer, LoadOptionsBase loadOptions)