Metered Class |
Namespace: Aspose.Pdf
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 |
Gets consumption credit
|
![]() ![]() | GetConsumptionQuantity |
Gets consumption file size
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetMeteredKey |
Sets metered public and private key
|
![]() | 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")