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):
    ...
ParameterTypeDescription
optionsaspose.cad.imageoptions.ImageOptionsBaseThe save options to use.

Example

Checks whether export is possible to BMP with default options

See Also