Method: Pdfcrowd::PdfToTextClient#getConsumedCreditCount
- Defined in:
- lib/pdfcrowd.rb
#getConsumedCreditCount ⇒ Object
Get the number of credits consumed by the last conversion.
-
Returns - The number of credits.
6269 6270 6271 |
# File 'lib/pdfcrowd.rb', line 6269 def getConsumedCreditCount() return @helper.getConsumedCreditCount() end |