Aspose::Pdf::Metadata::CopyTo method

Metadata::CopyTo method

Copies elements of the collection into array.

void Aspose::Pdf::Metadata::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