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

Form::CopyTo method

Copies fields placed on the form into array.

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

See Also