Show / Hide Table of Contents

Enum EpubReaderOptionsPreset

A predefined set of options for the EpubReaderOptions class.

Namespace: VersOne.Epub.Options
Assembly: VersOne.Epub.dll
Syntax
public enum EpubReaderOptionsPreset

Fields

Name Description
IGNORE_ALL_ERRORS

Turn off all EPUB validation checks. EpubReader will try to salvage as much data as possible without throwing any EPUB validation exceptions.

RELAXED

Ignore EPUB validation errors that are most common in the real-world EPUB books. This is the default option.

STRICT

All EPUB validation checks are enabled. If the file doesn't conform to the EPUB standard, an exception will be thrown.

  • View Source
In this article
Back to top Generated by DocFX