コミュニティ

Get volume of remaining pages from license object

When I'm trying to get available pages count via ILicense.getVolumeRemainig method from Java code, I always get the same value "2147483647" (Looks like it is integer max value), but it's expected remaining number of pages/characters.....

public void print() {
    try {
        var remainingPages = engine.getCurrentLicense().getVolumeRemaining(LicenseCounterTypeEnum.LCT_Pages);
        System.out.println("Remaining pages " + remainingPages);
    } catch (Exception e) {
        e.printStackTrace();
    }
}

Please tell me what the problem is.

Thanks!

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

4件のコメント

  • Avatar
    Permanently deleted user

    THIS ISSUE WAS SOLVED ?

    -1
  • Avatar
    Permanently deleted user

    Not yet.

    0
  • Avatar
    Scott Chau

    Hrachya,

    I created a support ticket for you.  A support rep should be contacting you to help with your issue.

    0
  • Avatar
    Permanently deleted user

    @..., thanks.

    0

サインインしてコメントを残してください。