Class Metered

java.lang.Object
com.aspose.barcode.metered.Metered

public class Metered extends Object
Provides methods to set metered key.
  • Constructor Details

    • Metered

      public Metered()
      Initializes a new instance of this class.
  • Method Details

    • setMeteredKey

      public void setMeteredKey(String publicKey, String privateKey) throws Exception
      Sets metered public and private key
      Parameters:
      publicKey - public key
      privateKey - private key
      Throws:
      Exception
    • getConsumptionQuantity

      public static double getConsumptionQuantity() throws Exception
      Gets consumption file size
      Returns:
      consumption quantity
      Throws:
      Exception
    • getConsumptionCredit

      public static double getConsumptionCredit() throws Exception
      Gets consumption credit
      Returns:
      consumption quantity
      Throws:
      Exception