Show / Hide Table of Contents

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.

Inheritance
object
Epub2NcxPageList
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public class Epub2NcxPageList

Constructors

View Source

Epub2NcxPageList(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 Source

Items

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; }
Property type: List<Epub2NcxPageTarget>
  • View Source
In this article
Back to top Generated by DocFX