Accusoft.TwainProSdk Namespace > TwainPro Class : Licensing Property |
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;
...