License Constructor

Initializes a new instance of this class.

Namespace:  Aspose.Words
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public License()
Examples
Aspose.Words will attempt to find the license file in the embedded resources or in the assembly folders.
License license = new License();
license.SetLicense("Aspose.Words.lic");
See Also