Click or drag to resize

OcrOptionsMaxTasks Property

Gets or sets the maximum number of tasks to run in parallel. Default is 0, indicating that the number of tasks will be automatically determined based on the number of processing cores.

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

Property Value

Type: Int32
See Also