Aspose::Pdf::DestinationCollection::IndexOf method

DestinationCollection::IndexOf method

Returns the index of destination in collection.

int32_t Aspose::Pdf::DestinationCollection::IndexOf(System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>> value) const
ParameterTypeDescription
valueSystem::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>The value to find.

ReturnValue

The index of destination in collection.

See Also