PDFix SDK  6.5.0
PdfNameTree Struct Referenceabstract

PdfNameTree class. More...

Public Member Functions

virtual PdsObjectGetObject ()=0
 Gets the object of the name tree. More...
 
virtual PdsObjectLookup (const wchar_t *name)=0
 Gets the name tree value object with the specified name. More...
 

Detailed Description

PdfNameTree class.

A PdfNameTree is used to map strings to PdsObjects, just as a dictionary is used to map PdsNames to PdsObjects. A PdfNameTree is used to store the named destination information.

Member Function Documentation

◆ GetObject()

virtual PdsObject* PdfNameTree::GetObject ( )
pure virtual

Gets the object of the name tree.

Returns
The PdsDictionary of the name tree.

◆ Lookup()

virtual PdsObject* PdfNameTree::Lookup ( const wchar_t *  name)
pure virtual

Gets the name tree value object with the specified name.

Returns
The PdsObject value for the value.