Aspose::Pdf::Forms::Form::CopyTo método
Form::CopyTo method
Copia los campos colocados en el formulario a una matriz.
void Aspose::Pdf::Forms::Form::CopyTo(const System::ArrayPtr<System::SharedPtr<Field>> &array, int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| matriz | const System::ArrayPtr\<System::SharedPtr\<Field\>\>\& | Matriz donde se deben colocar los campos. |
| índice | int32_t | Índice inicial. |
Ver también
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Field
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++