IContentElement Content Property GemBox.Document Help
Gets a sequence of ElementCollections that are contained under this IContentElement.

Namespace: GemBox.Document
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax

IEnumerable<ElementCollection> Content { get; }
Remarks

For more information, see content model article.
See Also