Metered
Metered class
提供使用计量许可证许可组件的方法。
public class Metered
构造函数
姓名 | 描述 |
---|---|
Metered() | 初始化一个新的实例Metered 类. |
方法
姓名 | 描述 |
---|---|
SetMeteredKey(string, string) | 使用计量密钥激活产品。 |
static GetConsumptionCredit() | 检索消耗的积分数。 |
static GetConsumptionQuantity() | 检索已处理的 MB 数量。 |
评论
了解更多
- 有关计量许可的更多信息: 计量许可常见问题解答
- 更多关于GroupDocs.水印许可: 评估限制和许可
例子
以下示例演示了如何使用 Metered 密钥激活产品。
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);