Click or drag to resize
Pdftools logo

ConsumptionData Class

This class contains page-based license usage data.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfToolsConsumptionData

Namespace: PdfTools
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class ConsumptionData : NativeObject

The ConsumptionData type exposes the following members.

Properties
 NameDescription
Public propertyOverconsumption Denotes the number of pages left to consume in the over-consumption state. The over-consumption state begins after all RemainingPages are consumed. When this value reaches zero, a license error is thrown for every attempt to use the SDK.
Public propertyRemainingPages Denotes the number of pages left to consume before entering the over-consumption state. When this value reaches zero, the SDK can still be used as long as Overconsumption is positive.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also