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.5.0+4edba55c604d55d1acd3b42825576b5d5e0943f1
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