ResetLicense()

ILicense::ResetLicense() method

Reset the license

virtual void Aspose::Slides::ILicense::ResetLicense()=0

Remarks

Use this method to reset license in component

auto license = MakeObject<License>();
license->ResetLicense();

See Also