Gembox.document License Key Review
using GemBox.Document; using Microsoft.Extensions.Configuration; var config = new ConfigurationBuilder() .AddJsonFile("appsettings.json") .Build();
Console.WriteLine($"License OK. Licensed to: ComponentInfo.LicenseEntity"); Console.WriteLine($"License type: ComponentInfo.LicenseType"); Gembox.document License Key
ComponentInfo.SetLicense("YOUR-KEY"); // Check status if (ComponentInfo.IsLicenseSet) using GemBox
else