Initializes a new instance of this class.
Namespace:
Aspose.Words
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
ExamplesAspose.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