Enum EpubContentFileType
The type of a single EPUB content file (e.g. a chapter or an image).
Namespace: VersOne.Epub
Assembly: VersOne.Epub.dll
Syntax
public enum EpubContentFileType
Fields
Name | Description |
---|---|
BYTE_ARRAY | Content file represents a binary content (e.g. an image or a font file). |
TEXT | Content file represents a textual content (e.g. an HTML or a CSS file). |