SectionCollectionToArray Method

Copies all sections from the collection to a new array of sections.

Namespace:  Aspose.Words
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public Section[] ToArray()

Return Value

Type: Section
An array of sections.
See Also