Click or drag to resize

OcrEngine.CanStream 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public bool CanStream(
	string mime
)

Parameters

mime
Type: System.String
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