Image.CanSave
Image.CanSave method
Determines whether image can be saved to the specified file format represented by the passed save options.
public bool CanSave(ImageOptionsBase options)
Parameter | Type | Description |
---|---|---|
options | ImageOptionsBase | The save options to use. |
Return Value
true
if image can be saved to the specified file format represented by the passed save options; otherwise, false
.
See Also
- class ImageOptionsBase
- class Image
- namespace Aspose.PSD
- assembly Aspose.PSD