Aspose::Pdf::Text::TextParagraphCollection::CopyTo method

TextParagraphCollection::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::TextParagraphCollection::CopyTo(System::ArrayPtr<System::SharedPtr<TextParagraph>> array, int32_t index) override

See Also