OcrEngineCanStream Method |
Determines if it is possible to write a particular output format to a Stream.
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 CanStream(
string mime
)
Public Function CanStream (
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 available which can generate the requested mime type to a stream.
See Also