GroupDocs.Classification for .NET 20.2 Release Notes

GroupDocs.Classification for .NET 20.2 Release Notes

Major Features

Supported Metered Licenses.

All Changes

KeySummaryCategory
GDCLASS-42Support Metered Licenses for GroupDocs.Classification  Feature  

Public API and Backward Incompatible Changes

Set Metered license
Alternatively to license from file, you may set Metered license

string PublicKey = ""; // Your public license key
string PrivateKey = ""; // Your private license key
Metered metered = new Metered();
metered.SetMeteredKey(PublicKey, PrivateKey);