Enum EpubContentLocation
The location of a single EPUB content file (e.g. a chapter or an image).
Namespace: VersOne.Epub
Assembly: VersOne.Epub.dll
Syntax
public enum EpubContentLocation
Fields
Name | Description |
---|---|
LOCAL | Content file is located inside the EPUB file. |
REMOTE | Content file is located outside the EPUB file and available via an absolute URI. |