Get the navMap node of the NCX and return it as an XML document.

Namespace:  net.hazelhurst.epub
Assembly:  ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public XmlDocument NavMap { get; }
Visual Basic (Declaration)
Public ReadOnly Property NavMap As XmlDocument
Visual C++
public:
property XmlDocument^ NavMap {
	XmlDocument^ get ();
}

See Also