Click or drag to resize

PdfStructureElement GetChildNodes Method

Get the children of this structure element.

Namespace: Spire.Pdf.Interchange.TaggedPdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public List<IStructureNode> GetChildNodes()

Return Value

Type: List IStructureNode
The children of this structure element. The value of list may be one of the following objects: structure element or marked-content identifier or marked-content reference, object reference.
See Also