Class Metered

Class Metered

Namespace: Aspose.Words
Assembly: Aspose.Words.dll

Proporciona métodos para establecer la clave medida.

public class Metered

Herencia

objectMetered

Miembros heredados

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Ejemplos

En este ejemplo, se intentará establecer la clave pública y privada medida.

[C#]

Metered matered = new Metered();
matered.SetMeteredKey("PublicKey", "PrivateKey");


[Visual Basic]

Dim matered As Metered = New Metered
matered.SetMeteredKey("PublicKey", "PrivateKey")
 Español