Interface IPdfNameTreeAccess
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
stringkey of entry to retrieve
Returns
GetEntry(PdfString)
Retrieve an entry from the name tree.
PdfObject GetEntry(PdfString key)
Parameters
key
PdfStringkey of entry to retrieve
Returns
GetKeys()
Retrieve the set of keys in the name tree.
ICollection<PdfString> GetKeys()
Returns
- ICollection<PdfString>
set of all keys in the name tree