IImageExporterDescriptor.CanExport
IImageExporterDescriptor.CanExport method
Determines whether image exporter can export the specified image to the specified image format specified by save options.
public bool CanExport(Image image, ImageOptionsBase optionsBase)
Parameter | Type | Description |
---|---|---|
image | Image | The image to export. |
optionsBase | ImageOptionsBase | The options base. |
Return Value
True
if exporter created by this descriptor can export the specified image to the specified file format; otherwise, false
.
See Also
- class Image
- class ImageOptionsBase
- interface IImageExporterDescriptor
- namespace Aspose.Imaging
- assembly Aspose.Imaging