Aspose::Pdf::ArtifactCollection::FindByValue method

ArtifactCollection::FindByValue method

Finds artifacts by custom value.

System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Artifact>>> Aspose::Pdf::ArtifactCollection::FindByValue(System::String name, System::String expectedValue)
ParameterTypeDescription
nameSystem::StringName of custom value.
expectedValueSystem::StringValue to find.

ReturnValue

List of found artifacts.

See Also