Click or drag to resize
Pdftools logo

Tree Constructor

Creates a new StructTreeRoot and adds a root-level “Document” node

Namespace: PdfTools.Toolbox.Pdf.Structure
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.3.0+2e7887cb8ae45c4d911ad975ad001ac2f1f257d8
Syntax
C#
public Tree(
	Document document
)

Parameters

document  Document
the output document with which the returned structure tree is associated
Exceptions
ExceptionCondition
ArgumentExceptionif the document is invalid, or an input document, or a document where logical structure has been potentially copied from an existing document already
ArgumentNullExceptionif document is .
See Also