Aspose::Pdf::DataEditor::CosPdfDictionary::CopyTo method
CosPdfDictionary::CopyTo method
Copies the elements of the CosPdfDictionary to an Array, starting at a particular 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 | Type | Description |
|---|---|---|
| array | System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::SharedPtr<ICosPdfPrimitive>>> | The one-dimensional Array that is the destination of the elements copied from CosPdfDictionary. The Array must have zero-based indexing. |
| arrayIndex | int32_t | The zero-based index in array at which copying begins. |
See Also
- Typedef ArrayPtr
- Class KeyValuePair
- Class String
- Typedef SharedPtr
- Class ICosPdfPrimitive
- Class CosPdfDictionary
- Namespace Aspose::Pdf::DataEditor
- Library Aspose.PDF for C++