Class PdfStructureTreeRoot
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
PdfDocumentThe document that owns this object.