Aspose::Pdf::Forms::Form::CopyTo method

Form::CopyTo method

Copies fields placed on the form into array.

void Aspose::Pdf::Forms::Form::CopyTo(const System::ArrayPtr<System::SharedPtr<Field>> &array, int32_t index)
ParameterTypeDescription
arrayconst System::ArrayPtr<System::SharedPtr<Field>>&Array where fields must be placed.
indexint32_tStarting index.

See Also