ResetLicense()

License::ResetLicense() method

Reset the license

void Aspose::Slides::License::ResetLicense() override

Remarks

Use this method to reset license in component

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

See Also