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)
| Parameter | Type | Description |
|---|---|---|
| array | const System::ArrayPtr<System::SharedPtr<Field>>& | Array where fields must be placed. |
| index | int32_t | Starting index. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Field
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++