Método Aspose::Pdf::Forms::OptionCollection::CopyTo
OptionCollection::CopyTo method
Copia las opciones en una matriz.
void Aspose::Pdf::Forms::OptionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<Option>> array, int32_t index) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| matriz | System::ArrayPtr<System::SharedPtr<Option>> | Arreglo donde se copiarán las opciones. |
| índice | int32_t | Índice de inicio en el arreglo. |
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Option
- Class OptionCollection
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++