ResetLicense
ILicense.ResetLicense method
Reset the license
public void ResetLicense()
Remarks
Use this method to reset license in component
Examples
[C#]
License license = new License();
license.ResetLicense();
[Visual Basic]
Dim license as License = new License
license.ResetLicense()
See Also
- interface ILicense
- namespace Aspose.Slides
- assembly Aspose.Slides