Set the Scanfix control runtime OEM license key. This is required for User Platinum licensing. The OEM licensing key is provided in the purchase confirmation email of Platinum licenses.
Syntax
Visual Basic
C#
Managed Extensions for C++
C++/CLI
'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