Enum Epub2NcxPageTargetType
The type of the page target in EPUB 2 NCX.
See https://daisy.org/activities/standards/daisy/daisy-3/z39-86-2005-r2012-specifications-for-the-digital-talking-book/#li_392f and http://www.daisy.org/z3986/2005/ncx-2005-1.dtd for more information.
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public enum Epub2NcxPageTargetType
Fields
Name | Description |
---|---|
FRONT | Front-matter page target type. These pages appear at the beginning of the book and are usually numbered with Roman numerals. See https://daisy.org/activities/standards/daisy/daisy-3/z39-86-2005-r2012-specifications-for-the-digital-talking-book/#li_392f for more information. |
NORMAL | Body matter page target type. These pages constitute the main content of the book and are usually numbered with Arabic numerals. See https://daisy.org/activities/standards/daisy/daisy-3/z39-86-2005-r2012-specifications-for-the-digital-talking-book/#li_392f for more information. |
SPECIAL | Special section page (not a front or a body matter) target type. See https://daisy.org/activities/standards/daisy/daisy-3/z39-86-2005-r2012-specifications-for-the-digital-talking-book/#li_392f for more information. |
UNKNOWN | A page target type which is not present in this enumeration. |