ArtifactSetValue Method
Sets custom value of artifact.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void SetValue(
	string name,
	string value
)

Parameters

name
Type: SystemString
Name of custom value.
value
Type: SystemString
Custom value in the artifact.
See Also