Aspose::Pdf::EmbeddedFileCollection::FindByName method

EmbeddedFileCollection::FindByName method

Returns embedded file by its name.

System::SharedPtr<FileSpecification> Aspose::Pdf::EmbeddedFileCollection::FindByName(System::String name)
ParameterTypeDescription
nameSystem::StringName of the file.

ReturnValue

File specification object if found; otherwise, null.

See Also