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ámetroTipoDescripción
matrizconst System::ArrayPtr\<System::SharedPtr\<Field\>\>\&Matriz donde se deben colocar los campos.
índiceint32_tÍndice inicial.

Ver también