Table of Contents

Class PdfStructureTreeRoot

Namespace
PdfSharp.Pdf.Structure
Assembly
PdfSharp.dll

Represents the root of a structure tree.

public sealed class PdfStructureTreeRoot : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfStructureTreeRoot
Implements
Inherited Members

Constructors

PdfStructureTreeRoot()

Initializes a new instance of the PdfStructureTreeRoot class.

public PdfStructureTreeRoot()

PdfStructureTreeRoot(PdfDocument)

Initializes a new instance of the PdfStructureTreeRoot class.

public PdfStructureTreeRoot(PdfDocument document)

Parameters

document PdfDocument

The document that owns this object.