Click or drag to resize

PdfTranslatorSupports Method

Indicates whether or not this translator supports a given MIME type.

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

Parameters

mimeType
Type: SystemString
The MIME type to be checked.

Return Value

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

Implements

ITranslatorSupports(String)
See Also