Click or drag to resize
Pdftools logo

NodeChildren Property

The list of child nodes under this node in the structure element tree. Once child nodes have been added to a node, it can no longer be associated with marked content.

Namespace: PdfTools.Toolbox.Pdf.Structure
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.4.0+02318d3e3f9645a1305b87026fb971a660079e54
Syntax
C#
public NodeList Children { get; }

Property Value

NodeList
Exceptions
ExceptionCondition
InvalidOperationExceptionif the object or the owning document has already been closed
NotFoundExceptionif the node's list of children is invalid
See Also