Class BookCoverReaderOptions
Various options to configure the behavior of the EPUB book cover reader which is used for loading the EPUB book cover image.
Inherited Members
Namespace: VersOne.Epub.Options
Assembly: VersOne.Epub.dll
Syntax
public class BookCoverReaderOptions
Constructors
View SourceBookCoverReaderOptions(EpubReaderOptionsPreset?)
Initializes a new instance of the BookCoverReaderOptions class.
Declaration
public BookCoverReaderOptions(EpubReaderOptionsPreset? preset = null)
Parameters
Type | Name | Description |
---|---|---|
EpubReaderOptionsPreset? | preset | An optional preset to initialize the BookCoverReaderOptions class with a predefined set of options. |
Properties
View SourceEpub2MetadataIgnoreMissingManifestItem
Gets or sets a value indicating whether EPUB 2 book cover reader should ignore the error when the manifest item referenced by
the EPUB 2 cover metadata item is missing.
If it's set to false
and the manifest item with the given ID is not present, then
the "Incorrect EPUB manifest: item with ID = "..." referenced in EPUB 2 cover metadata is missing" exception will be thrown.
Default value is false
.
Declaration
public bool Epub2MetadataIgnoreMissingManifestItem { get; set; }