MaxThreadCount Property (GdPictureOCR)
In This Topic
Specifies the maximun number of threads this instance can allocate. The default value is equal to the number of logical cores of the hosting machin.
Syntax
'Declaration
Public Property MaxThreadCount As Integer
public int MaxThreadCount {get; set;}
public read-write property MaxThreadCount: Integer;
public function get,set MaxThreadCount : int
public: __property int get_MaxThreadCount();
public: __property void set_MaxThreadCount(
int value
);
public:
property int MaxThreadCount {
int get();
void set ( int value);
}
Property Value
The default value is equal to the number of logical cores of the hosting machin.
See Also