IImageExporterDescriptor.CanExport
IImageExporterDescriptor.CanExport method
确定图像导出器是否可以将指定的图像导出为保存选项中指定的图像格式。
public bool CanExport(Image image, ImageOptionsBase optionsBase)
| 参数 | 类型 | 描述 |
|---|---|---|
| image | 图像 | 要导出的图像。 |
| optionsBase | ImageOptionsBase | 选项基类。 |
返回值
True 表示由此描述符创建的导出器可以将指定的图像导出为指定的文件格式;否则为 false。
另请参见
- class Image
- class ImageOptionsBase
- interface IImageExporterDescriptor
- namespace Aspose.Imaging
- assembly Aspose.Imaging