Aspose::Pdf::Annotations::ActionCollection::CopyTo method
ActionCollection::CopyTo method
Copies actions array into collection.
void Aspose::Pdf::Annotations::ActionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<PdfAction>> array, int32_t index) override
| Parameter | Type | Description |
|---|---|---|
| array | System::ArrayPtr<System::SharedPtr<PdfAction>> | Array of actions which must be copied into collection. |
| index | int32_t | Index starting from which array will be copied. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PdfAction
- Class ActionCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++