Metered Class |
Namespace: GroupDocs.Watermark
The Metered type exposes the following members.
Name | Description | |
---|---|---|
![]() | Metered |
Initializes a new instance of the Metered class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() ![]() | GetConsumptionCredit |
Retrieves count of credits consumed.
|
![]() ![]() ![]() | GetConsumptionQuantity |
Retrieves amount of MBs processed.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetMeteredKey |
Activates product with Metered keys.
|
![]() | ToString | (Inherited from Object.) |
string publicKey = "Public Key"; string privateKey = "Private Key"; Metered metered = new Metered(); metered.SetMeteredKey(publicKey, privateKey);