Class Epub2NcxPageList
NCX page list. It contains one or more NCX page targets which provide pagination information.
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 Epub2NcxPageList
Constructors
View SourceEpub2NcxPageList(List<Epub2NcxPageTarget>?)
Initializes a new instance of the Epub2NcxPageList class.
Declaration
public Epub2NcxPageList(List<Epub2NcxPageTarget>? items)
Parameters
Type | Name | Description |
---|---|---|
List<Epub2NcxPageTarget> | items | A list of NCX page targets which provide pagination information. |
Properties
View SourceItems
Gets a list of NCX page targets which provide pagination information.
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<Epub2NcxPageTarget> Items { get; }