Click or drag to resize

OcrOptionsTimeout Property

Gets or sets a timeout in milliseconds for the OCR process. The timeout is for each page in the document. The OCR engine will wait indefinitely for completion, cancellation or failure if the timeout is set to zero.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public int Timeout { get; set; }

Property Value

Type: Int32
See Also