SmartZone v7.2 - Updated
SetOEMLicenseKey Method (Licensing)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Licensing Class : SetOEMLicenseKey Method
The OEM license key you want to use.
Sets the OEM license key.
Syntax
'Declaration
 
Public Sub SetOEMLicenseKey( _
   ByVal OEMLicenseKey As String _
) 
'Usage
 
Dim instance As Licensing
Dim OEMLicenseKey As String
 
instance.SetOEMLicenseKey(OEMLicenseKey)
public void SetOEMLicenseKey( 
   string OEMLicenseKey
)
public: void SetOEMLicenseKey( 
   string* OEMLicenseKey
) 
public:
void SetOEMLicenseKey( 
   String^ OEMLicenseKey
) 

Parameters

OEMLicenseKey
The OEM license key you want to use.
See Also

Reference

Licensing Class
Licensing Members

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