Package | Description |
---|---|
com.aspose.cad | |
com.aspose.cad.imageoptions |
Modifier and Type | Method and Description |
---|---|
boolean |
Image.canSave(ImageOptionsBase options)
Determines whether image can be saved to the specified file format represented by the passed save options.
|
void |
Image.save(OutputStream stream,
ImageOptionsBase optionsBase)
Saves the image's data to the specified stream in the specified file format according to save options.
|
void |
Image.save(String filePath,
ImageOptionsBase options)
Saves the object's data to the specified file location in the specified file format according to save options.
|
Modifier and Type | Class and Description |
---|---|
class |
BmpOptions
The bmp file format creation options.
|
class |
DicomOptions
The DICOM file format creation options.
|
class |
DwfOptions
The DWF options.
|
class |
DxfOptions
The SVG file format creation options.
|
class |
EmfOptions
The EMF file format creation options.
|
class |
FbxOptions
The Fbx options.
|
class |
GifOptions
The gif file format creation options.
|
class |
Jpeg2000Options
The Jpeg2000 file format options.
|
class |
JpegOptions
The jpeg file format create options.
|
class |
ObjOptions
The OBJ options.
|
class |
PdfOptions
The PDF options.
|
class |
PngOptions
The png file format create options.
|
class |
PsdOptions
The psd file format create options.
|
class |
StpOptions
The STP options.
|
class |
SvgOptions
The SVG file format creation options.
|
class |
ThreeDSOptions
The 3DS options.
|
class |
TiffOptions
The tiff file format options.
|
class |
WebPOptions
WEBP image options
|
class |
WmfOptions
The wmf file format creation options.
|