Class EpubReaderOptions
Various options to configure the behavior of the EPUB reader.
Inherited Members
Namespace: VersOne.Epub.Options
Assembly: VersOne.Epub.dll
Syntax
public class EpubReaderOptions
Constructors
View SourceEpubReaderOptions(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 SourceBookCoverReaderOptions
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 SourceContentDownloaderOptions
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 SourceContentReaderOptions
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 SourceEpub2NcxReaderOptions
Gets or sets EPUB 2 NCX navigation document reader options.
Declaration
public Epub2NcxReaderOptions Epub2NcxReaderOptions { get; set; }
Property type: Epub2NcxReaderOptions
View SourcePackageReaderOptions
Gets or sets EPUB OPF package reader options.
Declaration
public PackageReaderOptions PackageReaderOptions { get; set; }
Property type: PackageReaderOptions
View SourceSpineReaderOptions
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 SourceXmlReaderOptions
Gets or sets XML reader options.
Declaration
public XmlReaderOptions XmlReaderOptions { get; set; }