Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
An issue was observed in the metered credit system. This API release offers a fix to that issue.
The following C# code sample demonstrates how to use the Metered class via API:
Metered
// For complete examples and data files, please go to https://github.com/groupdocs-merger/GroupDocs.Merger-for-.NET string publicKey = ""; // Your public license key string privateKey = ""; // Your private license key Metered metered = new Metered(); metered.SetMeteredKey(publicKey, privateKey); // Get amount (MB) consumed decimal amountConsumed = GroupDocs.Merger.Metered.GetConsumptionQuantity(); Console.WriteLine("Amount (MB) consumed: " + amountConsumed); // Get count of credits consumed decimal creditsConsumed = GroupDocs.Merger.Metered.GetConsumptionCredit(); Console.WriteLine("Credits consumed: " + creditsConsumed);
For a complete list of features, enhancements, and bug fixes in this release please visit, GroupDocs.Merger for .NET 22.1 Release Notes.