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)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index of destination to get. |
ReturnValue
Destination.
See Also
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class Object
- Class DestinationCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++