Show / Hide Table of Contents

Class ContentReaderOptions

Various options to configure the behavior of the EPUB content reader which is used for loading local content files.

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

Constructors

View Source

ContentReaderOptions(EpubReaderOptionsPreset?)

Initializes a new instance of the ContentReaderOptions class.

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

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

Events

View Source

ContentFileMissing

Occurs when a local content file is listed in the EPUB manifest but the content reader is unable to find it in the EPUB archive. This event lets the application to be notified of such errors and to decide how EPUB content reader should handle the missing file.

Declaration
public event EventHandler<ContentFileMissingEventArgs>? ContentFileMissing
Event type: EventHandler<ContentFileMissingEventArgs>
  • View Source
In this article
Back to top Generated by DocFX