Class PdfStructTree
public sealed class PdfStructTree : PdfTaggedObject, IDisposable
- Inheritance
-
PdfStructTree
- Implements
- Inherited Members
Methods
CountChildren()
Returns the number of top-level structure elements in the structure tree.
public int CountChildren()
Returns
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing
bool
GetChildAt(int)
Returns the structure element at the specified index.
public PdfStructElement GetChildAt(int index)
Parameters
index
intZero-based index of the child element.
Returns
- PdfStructElement
The PdfStructElement at the specified index.
Exceptions
- ArgumentOutOfRangeException
If the index is invalid.