Show / Hide Table of Contents

Class EpubReaderOptions

Various options to configure the behavior of the EPUB reader.

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

Constructors

View Source

EpubReaderOptions(EpubReaderOptionsPreset?)

Initializes a new instance of the EpubReaderOptions class.

Declaration
public EpubReaderOptions(EpubReaderOptionsPreset? preset = null)
Parameters
Type Name Description
EpubReaderOptionsPreset? preset

An optional preset to initialize the EpubReaderOptions class with a predefined set of options.

Properties

View Source

BookCoverReaderOptions

Gets or sets EPUB content reader options which is used for loading the EPUB book cover image.

Declaration
public BookCoverReaderOptions BookCoverReaderOptions { get; set; }
Property type: BookCoverReaderOptions
View Source

ContentDownloaderOptions

Gets or sets EPUB content downloader options which is used for downloading remote content files.

Declaration
public ContentDownloaderOptions ContentDownloaderOptions { get; set; }
Property type: ContentDownloaderOptions
View Source

ContentReaderOptions

Gets or sets EPUB content reader options which is used for loading local content files.

Declaration
public ContentReaderOptions ContentReaderOptions { get; set; }
Property type: ContentReaderOptions
View Source

Epub2NcxReaderOptions

Gets or sets EPUB 2 NCX navigation document reader options.

Declaration
public Epub2NcxReaderOptions Epub2NcxReaderOptions { get; set; }
Property type: Epub2NcxReaderOptions
View Source

PackageReaderOptions

Gets or sets EPUB OPF package reader options.

Declaration
public PackageReaderOptions PackageReaderOptions { get; set; }
Property type: PackageReaderOptions
View Source

SpineReaderOptions

Gets or sets EPUB spine reader options which is used for parsing the default reading order of the EPUB book.

Declaration
public SpineReaderOptions SpineReaderOptions { get; set; }
Property type: SpineReaderOptions
View Source

XmlReaderOptions

Gets or sets XML reader options.

Declaration
public XmlReaderOptions XmlReaderOptions { get; set; }
Property type: XmlReaderOptions
  • View Source
In this article
Back to top Generated by DocFX