Aspose::Pdf::ArtifactCollection::FindByValue method
ArtifactCollection::FindByValue method
Encuentra artefactos por valor personalizado.
System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Artifact>>> Aspose::Pdf::ArtifactCollection::FindByValue(const System::String &name, const System::String &expectedValue)
| Parámetro | Tipo | Descripción |
|---|---|---|
| nombre | const System::String& | Nombre del valor personalizado. |
| expectedValue | const System::String& | Valor a buscar. |
ReturnValue
Lista de artefactos encontrados.
Ver también
- Typedef SharedPtr
- Class List
- Class Artifact
- Class String
- Class ArtifactCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++