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.cad.StreamContainer streamContainer,
LoadOptions loadOptions) |
IImageLoader |
createInstance() |
long |
getCurrentFormat(InputStream stream)
Gets the current format.
|
getSupportedFormat
boolean canLoad(com.aspose.cad.StreamContainer streamContainer, LoadOptions loadOptions)
IImageLoader createInstance()
long getCurrentFormat(InputStream stream)
Gets the current format.
stream
- The stream.
Value:
The current format.