Accusoft.TwainProSdk Namespace > TwainPro Class : Licensing Property |
'Declaration <BrowsableAttribute(False)> Public ReadOnly Property Licensing As Licensing
[Browsable(false)] public: __property Licensing* get_Licensing();
[Browsable(false)] public: property Licensing^ Licensing { Licensing^ get(); }
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;
...