Aspose::Pdf::ArtifactCollection::FindByValue metod

ArtifactCollection::FindByValue method

Hittar artefakter efter anpassat värde.

System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Artifact>>> Aspose::Pdf::ArtifactCollection::FindByValue(const System::String &name, const System::String &expectedValue)
ParameterTypBeskrivning
namnconst System::String&Namn på anpassat värde.
expectedValueconst System::String&Värde att hitta.

ReturnValue

Lista över hittade artefakter.

Se även