Gets or sets a value indicating whether to use the LEADTOOLS thunk server when loading the internal engine.
public bool UseThunkServer {get; set;}
'Declaration
Public Property UseThunkServer As Boolean
'Usage
Dim instance As OcrActivity
Dim value As Boolean
instance.UseThunkServer = value
value = instance.UseThunkServer
public:
property bool UseThunkServer {
bool get();
void set ( bool value);
}
Property Value
true to use the LEADTOOLS thunk server when loading the internal engine, otherwise, false.