Models an NCX document. The NCX provides a way to navigate the epub publication at the level of individual content documents. It includes general publication details (author and title) and a navigation map. The map holds the textual description of each content document and provides a link to the physical file via the src attribute.

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

Syntax

C#
public class ncx
Visual Basic (Declaration)
Public Class ncx
Visual C++
public ref class ncx

Inheritance Hierarchy

System..::.Object
  net.hazelhurst.epub..::.ncx

See Also