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