Aspose::Pdf::DataEditor::DictionaryEditor::CopyTo metod

DictionaryEditor::CopyTo method

Kopierar elementen i DictionaryEditor till en Array, med start vid ett specifikt Array index.

void Aspose::Pdf::DataEditor::DictionaryEditor::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>> array, int32_t arrayIndex) override
ParameterTypBeskrivning
arraySystem::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>>Den endimensionella Array som är destinationen för de element som kopierats från DictionaryEditor. Array måste ha nollbaserad indexering.
arrayIndexint32_tDet nollbaserade indexet i arrayen där kopieringen börjar.

Se även