ITranslatorSupports Method |
Checks to see if a specific mime type is supported by this translator.
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 bool Supports(
string mimeType
)
Function Supports (
mimeType As String
) As Boolean
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.
See Also