| Package | Description |
|---|---|
| com.aspose.cad | |
| com.aspose.cad.fileformats.bitmap | |
| com.aspose.cad.fileformats.dwf |
| 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(InputStream stream,
String fileName,
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(Rectangle rectangle,
byte[] data,
Point start,
Point end,
LoadOptions loadOptions) |
| Modifier and Type | Method and Description |
|---|---|
LoadOptions |
BitmapImage.getLoadOptions()
Options this image was loaded with.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DwfLoadOptions
Represents the loading options for DWF image.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.