OcrEngineCanTranslate Method |
Determines if it is possible to translate a document to a particular output format.
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 CanTranslate(
string mime
)
Public Function CanTranslate (
mime As String
) As Boolean
Parameters
- mime
- Type: SystemString
The standard mime type of the request output stream.
Return Value
Type:
Boolean True if there is a translator that supports translation to the requested output type.
See Also