Instantiates the ncx class using the given NCX data in the form of an XML document.
Namespace:
net.hazelhurst.epubAssembly: ePubLib (in ePubLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ncx( string tocPath ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ tocPath As String _ ) |
| Visual C++ |
|---|
public: ncx( String^ tocPath ) |
Parameters
- tocPath
- Type: System..::.String
The filepath to the NCX document. This is used to load and parse the NCX data.