Table of Contents

Interface IPdfNameTreeAccess

Namespace
iText.Kernel.Pdf
Assembly
itext.kernel.dll

Abstract access interface to a PDF name tree.

public interface IPdfNameTreeAccess

Methods

GetEntry(string)

Retrieve an entry from the name tree.

PdfObject GetEntry(string key)

Parameters

key string

key of entry to retrieve

Returns

PdfObject

retrieved entry or null if absent

GetEntry(PdfString)

Retrieve an entry from the name tree.

PdfObject GetEntry(PdfString key)

Parameters

key PdfString

key of entry to retrieve

Returns

PdfObject

retrieved entry or null if absent

GetKeys()

Retrieve the set of keys in the name tree.

ICollection<PdfString> GetKeys()

Returns

ICollection<PdfString>

set of all keys in the name tree