Table of Contents

Class PdfNumTree

Namespace
iText.Kernel.Pdf
Assembly
itext.kernel.dll
public class PdfNumTree
Inheritance
PdfNumTree
Inherited Members

Constructors

PdfNumTree(PdfCatalog, PdfName)

Creates the NumberTree of current Document

public PdfNumTree(PdfCatalog catalog, PdfName treeType)

Parameters

catalog PdfCatalog

Document catalog

treeType PdfName

the type of tree. ParentTree or PageLabels.

Methods

AddEntry(int, PdfObject)

public virtual void AddEntry(int key, PdfObject value)

Parameters

key int
value PdfObject

BuildTree()

public virtual PdfDictionary BuildTree()

Returns

PdfDictionary

GetNumbers()

public virtual IDictionary<int?, PdfObject> GetNumbers()

Returns

IDictionary<int?, PdfObject>