Aspose::Pdf::DestinationCollection::CopyTo метод
DestinationCollection::CopyTo method
Копирует элементы коллекции в массив, начиная с указанного индекса массива.
void Aspose::Pdf::DestinationCollection::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>> array, int32_t arrayIndex) override
| Параметр | Тип | Описание |
|---|---|---|
| массив | System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>> | Одномерный массив, являющийся получателем элементов, скопированных из коллекции |
| arrayIndex | int32_t | Нулевой индекс в массиве, с которого начинается копирование. |
См. также
- Typedef ArrayPtr
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class Object
- Class DestinationCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++