Aspose::Pdf::Artifact::GetValue method

Artifact::GetValue method

Gets custom value of artifact.

System::String Aspose::Pdf::Artifact::GetValue(System::String name)
ParameterTypeDescription
nameSystem::StringName of value.

ReturnValue

Value, or null if value does not exists.

See Also