Aspose::Pdf::DestinationCollection::CopyTo metod
DestinationCollection::CopyTo method
Kopierar elementen i samlingen till en Array, med start vid ett specifikt Array-index.
void Aspose::Pdf::DestinationCollection::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>> array, int32_t arrayIndex) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| array | System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<System::Object>>> | Den endimensionella Array som är destinationen för de element som kopierats från samlingen |
| arrayIndex | int32_t | Det nollbaserade indexet i arrayen där kopieringen börjar. |
Se även
- Typedef ArrayPtr
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class Object
- Class DestinationCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++