Aspose::Pdf::Text::TextSegmentCollection::CopyTo method
TextSegmentCollection::CopyTo method
Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
void Aspose::Pdf::Text::TextSegmentCollection::CopyTo(System::ArrayPtr<System::SharedPtr<TextSegment>> array, int32_t index) override
| Parameter | Type | Description |
|---|---|---|
| array | System::ArrayPtr<System::SharedPtr<TextSegment>> | Array of objects which will be copied. |
| index | int32_t | Starting index from which copying will be started. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class TextSegment
- Class TextSegmentCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++