Table of Contents

Class PdfStructTree

Namespace
nebulae.dotPDFium
Assembly
dotPDFium.dll
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

int

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 int

Zero-based index of the child element.

Returns

PdfStructElement

The PdfStructElement at the specified index.

Exceptions

ArgumentOutOfRangeException

If the index is invalid.