Aspose::Pdf::Forms::Field::CopyTo metod
Field::CopyTo method
Kopierar underfält från detta fält till en array med start från angivet index.
void Aspose::Pdf::Forms::Field::CopyTo(const System::ArrayPtr<System::SharedPtr<Field>> &array, int32_t index)
| Parameter | Typ | Beskrivning |
|---|---|---|
| array | const System::ArrayPtr\<System::SharedPtr\<Field\>\>\& | Array där fältet ska kopieras. |
| index | int32_t | Startindex där fält kommer att kopieras. |
Deprecated
Använd CopyTo(WidgetAnnotation[], index) istället.
Se även
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Field
- Class Field
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++