ScanFix Xpress v9.0 for .NET - Updated
SetOEMLicenseKey Method




Accusoft.ScanFixXpressSdk Namespace > Licensing Class : SetOEMLicenseKey Method
The string needed to license ScanFix in a non-node locked fashion.
Set the Scanfix Xpress control runtime OEM license key.
Syntax
'Declaration
 
Public Sub SetOEMLicenseKey( _
   ByVal oemKey As String _
) 
'Usage
 
Dim instance As Licensing
Dim oemKey As String
 
instance.SetOEMLicenseKey(oemKey)
public void SetOEMLicenseKey( 
   string oemKey
)
public: void SetOEMLicenseKey( 
   string* oemKey
) 
public:
void SetOEMLicenseKey( 
   String^ oemKey
) 

Parameters

oemKey
The string needed to license ScanFix in a non-node locked fashion.
See Also

Reference

Licensing Class
Licensing Members

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