Aspose::Pdf::DestinationCollection::IndexOf método

DestinationCollection::IndexOf method

Devuelve el índice del destino en la colección.

int32_t Aspose::Pdf::DestinationCollection::IndexOf(System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>> value) const
ParámetroTipoDescripción
valorSystem::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>El valor a buscar.

ReturnValue

El índice del destino en la colección.

Ver también