Enum EpubContentType
The type of the content in a EPUB content file.
Namespace: VersOne.Epub
Assembly: VersOne.Epub.dll
Syntax
public enum EpubContentType
Fields
| Name | Description |
|---|---|
| AUDIO_MP3 | A file with 'audio/mpeg' MIME type. |
| AUDIO_MP4 | A file with 'audio/mp4' MIME type. |
| AUDIO_OGG | A file with either 'audio/ogg' or 'audio/ogg; codecs=opus' MIME type. |
| CSS | A file with 'text/css' MIME type. |
| DTBOOK | A file with 'application/x-dtbook+xml' MIME type. |
| DTBOOK_NCX | A file with 'application/x-dtbncx+xml' MIME type. |
| FONT_OPENTYPE | A file with either 'font/opentype', 'font/otf' or 'application/vnd.ms-opentype' MIME type. |
| FONT_SFNT | A file with 'font/sfnt' or 'application/font-sfnt' MIME type. |
| FONT_TRUETYPE | A file with either 'font/truetype', 'font/ttf', or 'application/x-font-truetype' MIME type. |
| FONT_WOFF | A file with either 'font/woff' or 'application/font-woff' MIME type. |
| FONT_WOFF2 | A file with 'font/woff2' MIME type. |
| IMAGE_BMP | A file with 'image/bmp' MIME type. |
| IMAGE_GIF | A file with 'image/gif' MIME type. |
| IMAGE_JPEG | A file with 'image/jpeg' MIME type. |
| IMAGE_PNG | A file with 'image/png' MIME type. |
| IMAGE_SVG | A file with 'image/svg+xml' MIME type. |
| IMAGE_WEBP | A file with 'image/webp' MIME type. |
| OEB1_CSS | A file with 'text/x-oeb1-css' MIME type. |
| OEB1_DOCUMENT | A file with 'text/x-oeb1-document' MIME type. |
| OTHER | A file with a MIME type which is not present in this enumeration. |
| SCRIPT | A file with either 'application/javascript', 'application/ecmascript', or 'text/javascript' MIME type. |
| SMIL | A file with 'application/smil+xml' MIME type. |
| XHTML_1_1 | A file with 'application/xhtml+xml' MIME type. |
| XML | A file with 'application/xml' MIME type. |