Enum EpubVersion
Version of the EPUB specification to which the given EpubPackage conforms.
See https://www.w3.org/publishing/epub32/epub-packages.html#attrdef-package-version and https://idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section1.3.2 for more information.
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public enum EpubVersion
Fields
Name | Description |
---|---|
EPUB_2 | Version 2. Can be either EPUB 2.0 or EPUB 2.0.1. |
EPUB_3 | Version 3. Can be either EPUB 3.0, EPUB 3.0.1, or EPUB 3.2. |
EPUB_3_1 | Version 3.1. Represents the deprecated EPUB 3.1 standard. |