Class Metered
Class Metered
Namespace: Aspose.Words
Assembly: Aspose.Words.dll
Fournit des méthodes pour définir une clé mesurée.
public class Metered
Héritage
Membres hérités
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Exemples
Dans cet exemple, une tentative sera faite pour définir une clé publique et privée mesurée.
[C#]
Metered matered = new Metered();
matered.SetMeteredKey("PublicKey", "PrivateKey");
[Visual Basic]
Dim matered As Metered = New Metered
matered.SetMeteredKey("PublicKey", "PrivateKey")