Browse our Products

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.

 

GroupDocs.Merger for .NET 22.1

Download   Support Forum 

File Details

  • Downloads:
  • 8
  • File Size:
  • 104.3 MB
  • Date Added:
  • 1/6/2022

Release Notes

Description

This contains the MSI installer of GroupDocs.Merger for .NET 22.1

File Details

Improved Metered Credit System

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:

// 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.

 English