Accusoft.Forms1 - Updated
SetOEMLicenseKey Method (Licensing)



Accusoft.ScanFixXpressSdk Namespace > Licensing Class : SetOEMLicenseKey Method
The string needed to license ScanFix in a non-node locked fashion.
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
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Sub SetOEMLicenseKey( _
   ByVal oemKey As String _
) 
Dim instance As Licensing
Dim oemKey As String
 
instance.SetOEMLicenseKey(oemKey)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void SetOEMLicenseKey( 
   string oemKey
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
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