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