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(System::ArrayPtr<System::SharedPtr<Aspose::Pdf::Annotations::WidgetAnnotation>> array, int32_t index)
ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<Aspose::Pdf::Annotations::WidgetAnnotation>>Array where field must be copied.
indexint32_tStarting index where fields will be copied.

See Also