Visual Basic
C#
Managed Extensions for C++
C++/CLI
Property Value
The Licensing object which contains the component licensing information.This property holds a reference to a Licensing object. You can use that object to send your licensing information to the component.
...
// Set the License EvaluationMode
tp.Licensing.EvaluationMode = Accusoft.TwainProSdk.EvaluationMode.Automatic;
...