Aspose::Pdf::Annotations::ActionCollection::CopyTo método
ActionCollection::CopyTo method
Copia la matriz de acciones en la colección.
void Aspose::Pdf::Annotations::ActionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<PdfAction>> array, int32_t index) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| matriz | System::ArrayPtr<System::SharedPtr<PdfAction>> | Matriz de acciones que deben copiarse en la colección. |
| índice | int32_t | Índice a partir del cual se copiará la matriz. |
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class PdfAction
- Class ActionCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++