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
ParameterTypBeskrivning
arraySystem::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
arrayIndexint32_tDet nollbaserade indexet i arrayen där kopieringen börjar.

Se även