
Visual Basic
C#
Managed Extensions for C++
C++/CLI
C# | ![]() |
---|---|
// Solution Name, Key, and License Key provided by AccuSoft for your deployment. ImGearLicense.SetSolutionName("YourSolutionName"); ImGearLicense.SetSolutionKey(12345, 12345, 12345, 12345); ImGearLicense.SetOEMLicenseKey("1.0.AStringForOEMLicensingContactAccusoftSalesForMoreInformation..."); |
Visual Basic | ![]() |
---|---|
'Solution Name, Key, and License Key provided by Accusoft for your deployment. ImGearLicense.SetSolutionName("YourSolutionName") ImGearLicense.SetSolutionKey(12345, 12345, 12345, 12345) ImGearLicense.SetOEMLicenseKey("1.0.AStringForOEMLicensingContactAccusoftSalesForMoreInformation...") |
C# | ![]() |
---|---|
if (IntPtr.Size == 8) // 64bit eval and development solution name ImGearLicense.SetSolutionName("AccuSoft 5-41-20"); else // 32bit eval and development solution name ImGearLicense.SetSolutionName("AccuSoft 5-40-20"); |
Visual Basic | ![]() |
---|---|
If (IntPtr.Size = 8) Then '64bit eval and development solution name ImGearLicense.SetSolutionName("AccuSoft 5-41-20") Else '32bit eval and development solution name ImGearLicense.SetSolutionName("AccuSoft 5-40-20") End If |
System.Object
ImageGear.Core.ImGearLicense