Class Epub2NcxNavigationMap
NCX navigation map which acts as a container for one or more NCX navigation points for the primary navigation within the book (e.g., table of contents).
See https://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.4.1, https://daisy.org/activities/standards/daisy/daisy-3/z39-86-2005-r2012-specifications-for-the-digital-talking-book/#NCX, and http://www.daisy.org/z3986/2005/ncx-2005-1.dtd for more information.
Inherited Members
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public class Epub2NcxNavigationMap
Constructors
View SourceEpub2NcxNavigationMap(List<Epub2NcxNavigationPoint>?)
Initializes a new instance of the Epub2NcxNavigationMap class.
Declaration
public Epub2NcxNavigationMap(List<Epub2NcxNavigationPoint>? items = null)
Parameters
Type | Name | Description |
---|---|---|
List<Epub2NcxNavigationPoint> | items | A list of NCX navigation points for the primary navigation within the book (e.g., table of contents). |
Properties
View SourceItems
Gets a list of NCX navigation points for the primary navigation within the book (e.g., table of contents).
See https://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.4.1, https://daisy.org/activities/standards/daisy/daisy-3/z39-86-2005-r2012-specifications-for-the-digital-talking-book/#NCX, and http://www.daisy.org/z3986/2005/ncx-2005-1.dtd for more information.
Declaration
public List<Epub2NcxNavigationPoint> Items { get; }