Metered Class |
Namespace: GroupDocs.Redaction
The Metered type exposes the following members.
Name | Description | |
---|---|---|
![]() | Metered |
Initializes a new instance of Metered class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | GetConsumptionCredit |
Gets the consumption credit.
|
![]() ![]() ![]() | GetConsumptionQuantity |
Retrieves the amount of MBs processed.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | SetMeteredKey |
Activates the product with Metered keys.
|
![]() | ToString | (Inherited from Object.) |
[C#] Metered matered = new Metered(); matered.SetMeteredKey("PublicKey", "PrivateKey"); [Visual Basic] Dim matered As Metered = New Metered matered.SetMeteredKey("PublicKey", "PrivateKey")
Metered matered = new Metered(); matered.setMeteredKey("PublicKey", "PrivateKey");