Accusoft.TwainPro8.Net
Licensing Property
See Also  Send Feedback
Accusoft.TwainProSdk Namespace > TwainPro Class : Licensing Property




Glossary Item Box

Gets and sets access to an object you can use to provide licensing information to the component.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

The Licensing object which contains the component licensing information.

Remarks

This property holds a reference to a Licensing object. You can use that object to send your licensing information to the component.

Example

...

// Set the License EvaluationMode

tp.Licensing.EvaluationMode = Accusoft.TwainProSdk.EvaluationMode.Automatic;

...

See Also

©2013. Accusoft Corporation. All Rights Reserved.