Show / Hide Table of Contents

Class EpubGuide

EPUB 2 guide. Provides machine-processable navigation to the key structural components of the EPUB book (e.g., cover page, table of contents, etc.).

See https://www.w3.org/publishing/epub32/epub-packages.html#sec-opf2-guide and https://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.6 for more information.

Inheritance
object
EpubGuide
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 EpubGuide

Constructors

View Source

EpubGuide(List<EpubGuideReference>?)

Initializes a new instance of the EpubGuide class.

Declaration
public EpubGuide(List<EpubGuideReference>? items = null)
Parameters
Type Name Description
List<EpubGuideReference> items

A list of EPUB 2 guide references to the key structural components of the EPUB book (e.g., cover page, table of contents, etc.).

Properties

View Source

Items

Gets a list of EPUB 2 guide references to the key structural components of the EPUB book (e.g., cover page, table of contents, etc.).

See https://www.w3.org/publishing/epub32/epub-packages.html#sec-opf2-guide and https://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.6 for more information.

Declaration
public List<EpubGuideReference> Items { get; }
Property type: List<EpubGuideReference>
  • View Source
In this article
Back to top Generated by DocFX