Class Metered
Metered class
提供设置计量密钥的方法。
public class Metered
构造函数
姓名 | 描述 |
---|---|
Metered() | 默认构造函数。 |
方法
姓名 | 描述 |
---|---|
SetMeteredKey(string, string) | 设置计量公钥和私钥 |
static GetConsumptionCredit() | 获得消费积分 |
static GetConsumptionQuantity() | 获取消费文件大小 |
例子
在此示例中,将尝试设置计量公钥和私钥
[C#]
Metered matered = new Metered();
matered.SetMeteredKey("PublicKey", "PrivateKey");
[Visual Basic]
Dim matered As Metered = New Metered
matered.SetMeteredKey("PublicKey", "PrivateKey")
也可以看看
- 命名空间 Aspose.OCR
- 部件 Aspose.OCR