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)
ParameterTypeDescription
arrayconst System::ArrayPtr<System::SharedPtr<Annotations::WidgetAnnotation>>&Array where field must be copied.
indexint32_tStarting index where fields will be copied.

See Also