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)
ParameterTypeDescription
imageImageThe image to export.
optionsBaseImageOptionsBaseThe 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