Aspose::Pdf::DestinationCollection::idx_get method

DestinationCollection::idx_get method

Gets the destination object by index.

System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>> Aspose::Pdf::DestinationCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tThe index of destination to get.

ReturnValue

Destination.

See Also