1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser
  6. /
  7. Metered class
  8. /
  9. get_consumption_quantity method

get_consumption_quantity method

get_consumption_quantity

Retrieves amount of MBs processed.

Returns

A decimal value that represents the consumption quantity.

def get_consumption_quantity(self):
    ...

Example

Following example demonstrates how to retrieve amount of MBs processed.

See Also