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.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
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