Enum EpubSchemaFileType
Type of the EPUB schema file.
Namespace: VersOne.Epub
Assembly: VersOne.Epub.dll
Syntax
public enum EpubSchemaFileType
Fields
| Name | Description |
|---|---|
| EPUB2_NCX | EPUB 2 NCX navigation document file. |
| EPUB3_NAV_DOCUMENT | EPUB 3 navigation document file. |
| META_INF_CONTAINER | EPUB OCF 'META-INF\container.xml' file. |
| OPF_PACKAGE | EPUB OPF (Open Packaging Format) file. |
| UNKNOWN | A schema file type which is not present in this enumeration. |