Aspose::Pdf::Facades::PdfXmpMetadata::CopyTo method
PdfXmpMetadata::CopyTo method
Copy metadata into array.
void Aspose::Pdf::Facades::PdfXmpMetadata::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>> array, int32_t index) override
| Parameter | Type | Description |
|---|---|---|
| array | System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>> | The destination array. |
| index | int32_t | The starting index. |
See Also
- Typedef ArrayPtr
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++