Aspose::Pdf::Forms::Field::CopyTo method
Field::CopyTo method
Copies subfields of this field into array starting from specified index.
void Aspose::Pdf::Forms::Field::CopyTo(const System::ArrayPtr<System::SharedPtr<Field>> &array, int32_t index)
| Parameter | Type | Description |
|---|---|---|
| array | const System::ArrayPtr<System::SharedPtr<Field>>& | Array where field must be copied. |
| index | int32_t | Starting index where fields will be copied. |
Deprecated
Use CopyTo(WidgetAnnotation[], index) instead.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Field
- Class Field
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++