Aspose::Pdf::Facades::PdfXmpMetadata::CopyTo method
PdfXmpMetadata::CopyTo method
Копирует метаданные в массив.
void Aspose::Pdf::Facades::PdfXmpMetadata::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>> array, int32_t index) override
| Параметр | Тип | Описание |
|---|---|---|
| массив | System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<XmpValue>>> | Целевой массив. |
| индекс | int32_t | Начальный индекс. |
См. также
- Typedef ArrayPtr
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class XmpValue
- Class PdfXmpMetadata
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++