Class Metered

Class Metered

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

提供设置计量密钥的方法。

public class Metered

继承

objectMetered

继承的成员

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

示例

在此示例中,将尝试设置计量公共和私有密钥

[C#]

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


[Visual Basic]

Dim matered As Metered = New Metered
matered.SetMeteredKey("PublicKey", "PrivateKey")
 中文