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.
Inherited Members
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public class EpubGuide
Constructors
View SourceEpubGuide(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 SourceItems
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; }