Key | Gembox.document License
// Trial Mode: Continue but add trial limitations // ComponentInfo.FreeLimitReached += (sender, e) => // e.FreeLimitReachedAction = FreeLimitReachedAction.ContinueAsTrial;
If the limitations of the Free or Trial modes are too restrictive for your project, purchasing a professional license is the correct path. Here is a detailed breakdown of the pricing and licensing terms. Gembox.document License Key
: Free mode is restricted to a maximum of 20 paragraphs and 5 tables per document. // Trial Mode: Continue but add trial limitations
Understanding GemBox.Document Licensing: A Complete Guide to License Keys and Compliance Use code with caution.
// The license is valid, you can use Gembox.Document
string licenseKey = Environment.GetEnvironmentVariable("GemBox_License_Key"); ComponentInfo.SetLicense(licenseKey); Use code with caution.