MeteredSetMeteredKey Method
Sets metered public and private key

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void SetMeteredKey(
	string publicKey,
	string privateKey
)

Parameters

publicKey
Type: SystemString
public key
privateKey
Type: SystemString
private key
See Also