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.
Modifier and Type | Method and Description |
---|---|
boolean |
canLoad(com.aspose.imaging.StreamContainer streamContainer,
LoadOptions loadOptions) |
IImageLoader |
createInstance() |
getSupportedFormat
boolean canLoad(com.aspose.imaging.StreamContainer streamContainer, LoadOptions loadOptions)
IImageLoader createInstance()
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.