Maria Walsh
Isabelle Bucklow
Kirsty Bell
Jörg Heiser
Adeline Chia
Nicholas Gamso
If you are distribution code as a library, place the license key validation inside a static constructor of your main document-processing manager class. Code Example: ASP.NET Core Implementation
Xceed Words .NET offers different types of license keys, including:
Xceed Software uses a straightforward licensing system. To use the library beyond its free trial period, you must purchase a license key. The licensing system is tied to a Licenser class, and the LicenseKey property is used to activate the library. xceed.words.net.licenser.licensekey
Use code with caution. Copied to clipboard Where to Find Your Key Trial Keys
To use Xceed Words for .NET, developers need to obtain a license key. The xceed.words.net.licenser.licensekey is a unique string that unlocks the full functionality of the library, allowing developers to use it in their applications. If you are distribution code as a library,
Xceed provides two ways to obtain a key for the LicenseKey property: a trial key and a registered key.
If you're evaluating Xceed Words for .NET, the licensing process is slightly different. The trial period is designed to be as friction-free as possible. The licensing system is tied to a Licenser
: Add the xceed.words.net.licenser.licensekey to your application. You can do this in several ways:
document.InsertParagraph("Hello, World! This document was created using a licensed Xceed component."); document.Save();