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 SourceContainerFileReaderOptions
Gets or sets EPUB OCF container file reader options.
Declaration
public ContainerFileReaderOptions ContainerFileReaderOptions { get; set; }
Property type: ContainerFileReaderOptions
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 SourceEpub3NavDocumentReaderOptions
Gets or sets EPUB 3 navigation document reader options.
Declaration
public Epub3NavDocumentReaderOptions Epub3NavDocumentReaderOptions { get; set; }
Property type: Epub3NavDocumentReaderOptions
View SourceMetadataReaderOptions
Gets or sets EPUB book meta information reader options.
Declaration
public MetadataReaderOptions MetadataReaderOptions { get; set; }
Property type: MetadataReaderOptions
View SourceNavigationReaderOptions
Gets or sets EPUB navigation reader options.
Declaration
public NavigationReaderOptions NavigationReaderOptions { get; set; }
Property type: NavigationReaderOptions
View SourcePackageReaderOptions
Gets or sets EPUB OPF package reader options.
Declaration
public PackageReaderOptions PackageReaderOptions { get; set; }
Property type: PackageReaderOptions
View SourceSmilReaderOptions
Gets or sets SMIL (EPUB media overlay) document reader options.
Declaration
public SmilReaderOptions SmilReaderOptions { get; set; }
Property type: SmilReaderOptions
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; }