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

Deprecated

Use CopyTo(WidgetAnnotation[], index) instead.

See Also