Aspose::Pdf::Utils::DictionaryEditor::CopyTo method

DictionaryEditor::CopyTo method

Copies the elements of the DictionaryEditor to an Array, starting at a particular Array index.

void Aspose::Pdf::Utils::DictionaryEditor::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<PublicData::ICosPdfPrimitive>>> array, int32_t arrayIndex) override
ParameterTypeDescription
arraySystem::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<PublicData::ICosPdfPrimitive>>>The one-dimensional Array that is the destination of the elements copied from DictionaryEditor. The Array must have zero-based indexing.
arrayIndexint32_tThe zero-based index in array at which copying begins.

See Also