Aspose::Pdf::Forms::Field::CopyTo método

Field::CopyTo method

Copia los subcampos de este campo en una matriz comenzando desde el índice especificado.

void Aspose::Pdf::Forms::Field::CopyTo(const System::ArrayPtr<System::SharedPtr<Field>> &array, int32_t index)
ParámetroTipoDescripción
matrizconst System::ArrayPtr\<System::SharedPtr\<Field\>\>\&Matriz donde se debe copiar el campo.
índiceint32_tÍndice de inicio donde se copiarán los campos.

Deprecated

Utilice CopyTo(WidgetAnnotation[], index) en su lugar.

Ver también