Aspose::Page::EPS::XMP::XmpMetadata::CopyTo method

XmpMetadata::CopyTo method

Copies elements of the collection into array.

void Aspose::Page::EPS::XMP::XmpMetadata::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>> array, int32_t index) override
ParameterTypeDescription
arraySystem::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>>Destination array.
indexint32_tStarting index.

See Also