Aspose::Pdf::DataEditor::CosPdfDictionary::CopyTo metod
CosPdfDictionary::CopyTo method
Kopierar elementen i CosPdfDictionary till en Array, med start vid ett specifikt Array index.
void Aspose::Pdf::DataEditor::CosPdfDictionary::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>> array, int32_t arrayIndex) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| array | System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>> | Den endimensionella Array som är målet för elementen som kopierats från CosPdfDictionary. Array måste ha nollbaserad indexering. |
| arrayIndex | int32_t | Det nollbaserade indexet i arrayen där kopieringen börjar. |
Se även
- Typedef ArrayPtr
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class CosPdfDictionary
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++