Aspose::Font::MeteredCountService::IncreaseCredit method
MeteredCountService::IncreaseCredit(int64_t) method
Increase customer consumption credit, and try to upload.
void Aspose::Font::MeteredCountService::IncreaseCredit(int64_t credit)
Parameter | Type | Description |
---|---|---|
credit | int64_t | increased credit |
See Also
- Class MeteredCountService
- Namespace Aspose::Font
- Library Aspose.Font for C++
MeteredCountService::IncreaseCredit(int64_t, bool) method
Increase customer consumption credit.
void Aspose::Font::MeteredCountService::IncreaseCredit(int64_t credit, bool isSend)
Parameter | Type | Description |
---|---|---|
credit | int64_t | increased credit |
isSend | bool | whether upload data |
See Also
- Class MeteredCountService
- Namespace Aspose::Font
- Library Aspose.Font for C++