Class ContentReaderOptions
Various options to configure the behavior of the EPUB content reader which is used for loading local content files.
Inherited Members
Namespace: VersOne.Epub.Options
Assembly: VersOne.Epub.dll
Syntax
public class ContentReaderOptions
Constructors
View SourceContentReaderOptions(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 SourceContentFileMissing
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