can_save method
can_save
Determines whether image can be saved to the specified file format represented by the passed save options.
Returns
true
if image can be saved to the specified file format represented by the passed save options; otherwise, false
.
def can_save(self, options):
...
Parameter | Type | Description |
---|---|---|
options | aspose.cad.imageoptions.ImageOptionsBase | The save options to use. |
Example
Checks whether export is possible to BMP with default options
See Also
- module
aspose.cad.fileformats.threeds
- class
ThreeDSImage