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
)
Public Function Supports (
mimeType As String
) As Boolean
Parameters
- mimeType
- Type: SystemString
The MIME type to be checked.
Return Value
Type:
BooleanTrue if the MIME type is supported, false otherwise.
Implements
ITranslatorSupports(String)See Also