LicensePageCounter Object (Web Services API)
This object contains the page counter settings.
Properties
| Name | Type | Description |
| IsUnlimited | Boolean | Specifies whether the counter is limited or not. |
| RenewalPeriod | LicenseCounterRenewalPeriod | The counter renewal period (no multiplier is currently available). The counter is set to Never if IsUnlimited = true. |
| PagesPerPeriod | Integer | The number of pages for per time period. The number of pages is set to int.MaxValue if IsUnlimited = true. |
| AvailablePages | Integer | The number of available pages for the current time period. The number of pages is set to int.MaxValue if IsUnlimited = true. |
3/26/2024 1:49:49 PM