Sets custom value of artifact.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void SetValue(
string name,
string value
)
Public Sub SetValue (
name As String,
value As String
)
public:
void SetValue(
String^ name,
String^ value
)
member SetValue :
name : string *
value : string -> unit
Parameters
- name
- Type: SystemString
Name of custom value. - value
- Type: SystemString
Custom value in the artifact.
See Also