Click or drag to resize

OmniPageEngineSupports Method

Checks to see if a specific mime type is supported by this translator.

Namespace:  Atalasoft.Ocr.OmniPage
Assembly:  Atalasoft.dotImage.Ocr.OmniPage (in Atalasoft.dotImage.Ocr.OmniPage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override bool Supports(
	string mimeType
)

Parameters

mimeType
Type: SystemString
A string representing a mime type to be checked.

Return Value

Type: Boolean
True if the mime type is supported, false otherwise.

Implements

ITranslatorSupports(String)
See Also