
Visual Basic
C#
Managed Extensions for C++
C++/CLI
| C# | Copy Code |
|---|---|
// Solution Name, Key, and License Key provided by AccuSoft for your deployment. ImGearLicense.SetOEMLicenseKey("1.0.AStringForOEMLicensingContactAccusoftSalesForMoreInformation..."); // Set Solution Name after OEM License Key to avoid connection attempts to licensing service. ImGearLicense.SetSolutionName("YourSolutionName"); ImGearLicense.SetSolutionKey(12345, 12345, 12345, 12345); | |
| Visual Basic | Copy Code |
|---|---|
' License Key, Solution Name, and Key provided by AccuSoft for your deployment. ImGearLicense.SetOEMLicenseKey("1.0.AStringForOEMLicensingContactAccusoftSalesForMoreInformation...") ' Set Solution Name after OEM License Key to avoid connection attempts to licensing service. ImGearLicense.SetSolutionName("YourSolutionName") ImGearLicense.SetSolutionKey(12345, 12345, 12345, 12345) | |
| C# | Copy Code |
|---|---|
string webServiceUrl = string.Format("http://{0}/{1}", App.Current.Host.Source.DnsSafeHost, "ImageGearSilverlight20_WebService/SilverlightWebService.svc"); ImGearLicense.SetService(webServiceUrl); ImGearLicense.SetSolutionName("AccuSoft 5-44-20"); | |
| Visual Basic | Copy Code |
|---|---|
Dim webServiceUrl As String = String.Format("http://{0}/{1}", _ App.Current.Host.Source.DnsSafeHost, _ "ImageGearSilverlight20_WebService/SilverlightWebService.svc") ImGearLicense.SetService(webServiceUrl) ImGearLicense.SetSolutionName("AccuSoft 5-44-20") | |
System.Object
ImageGear.Core.ImGearLicense