ITranslator.Supports 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax bool Supports(
string mimeType
)
Function Supports (
mimeType As String
) As Boolean
Parameters
- mimeType
- Type: System.String
A string representing a mime type to be checked.
Return Value
Type:
Boolean True if the mime type is supported, false otherwise.
See Also