Class Metered
Class Metered
Namespace: Aspose.Words
Assembly: Aspose.Words.dll
Fornisce metodi per impostare la chiave misurata.
public class Metered
Ereditarietà
Membri Ereditati
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Esempi
In questo esempio, si tenterà di impostare la chiave pubblica e privata misurata.
[C#]
Metered matered = new Metered();
matered.SetMeteredKey("PublicKey", "PrivateKey");
[Visual Basic]
Dim matered As Metered = New Metered
matered.SetMeteredKey("PublicKey", "PrivateKey")