Package | Description |
---|---|
com.aspose.cad |
Modifier and Type | Method and Description |
---|---|
static boolean |
Image.canLoad(InputStream stream,
LoadOptions loadOptions)
Determines whether image can be loaded from the specified stream and optionally using the specified
loadOptions . |
static boolean |
Image.canLoad(String filePath,
LoadOptions loadOptions)
Determines whether an image can be loaded from the specified file path and optionally using the specified open options
|
static Image |
Image.load(InputStream stream,
LoadOptions loadOptions)
Loads a new image from the specified stream.
|
static Image |
Image.load(String filePath,
LoadOptions loadOptions)
Loads a new image from the specified file.
|
void |
IPartialRawDataLoader.process(com.aspose.cad.Rectangle rectangle,
byte[] data,
com.aspose.cad.Point start,
com.aspose.cad.Point end,
LoadOptions loadOptions) |