GetConsumptionCredit
Metered.GetConsumptionCredit method
消費されたクレジットの数を取得します。
public static decimal GetConsumptionCredit()
例
次の例は、消費されたクレジットの数を取得する方法を示しています.
string publicKey = "Public Key";
string privateKey = "Private Key";
Metered metered = new Metered();
metered.SetMeteredKey(publicKey, privateKey);
decimal creditsConsumed = Metered.GetConsumptionCredit();
関連項目
- class Metered
- 名前空間 GroupDocs.Signature
- 組み立て GroupDocs.Signature