ScanFix Xpress v9.0 for .NET - Updated October 25, 2021
SetSolutionKey Method




Accusoft.ScanFixXpressSdk Namespace > Licensing Class : SetSolutionKey Method
Solution key 1
Solution key 2
Solution key 3
Solution key 4
Set the Scanfix Xpress control runtime license deployment key.
Syntax
'Declaration
 
Public Sub SetSolutionKey( _
   ByVal code1 As Long, _
   ByVal code2 As Long, _
   ByVal code3 As Long, _
   ByVal code4 As Long _
) 
 
'Usage
 
Dim instance As Licensing
Dim code1 As Long
Dim code2 As Long
Dim code3 As Long
Dim code4 As Long
 
instance.SetSolutionKey(code1, code2, code3, code4)

Parameters

code1
Solution key 1
code2
Solution key 2
code3
Solution key 3
code4
Solution key 4
See Also

Reference

Licensing Class
Licensing Members

Is this page helpful?
Yes No
Thanks for your feedback.