Aspose::Pdf::Artifact::SetValue method

Artifact::SetValue method

Sets custom value of artifact.

void Aspose::Pdf::Artifact::SetValue(System::String name, System::String value)
ParameterTypeDescription
nameSystem::StringName of custom value.
valueSystem::StringCustom value in the artifact.

See Also