Enum EpubPageProgressionDirection
Page progression direction within the spine. Represents the global direction in which the content flows.
See https://www.w3.org/publishing/epub32/epub-packages.html#attrdef-spine-page-progression-direction for more information.
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public enum EpubPageProgressionDirection
Fields
Name | Description |
---|---|
DEFAULT | Default page progression direction. The actual direction should be chosen based on the book's language. |
LEFT_TO_RIGHT | Left-to-right page progression direction. |
RIGHT_TO_LEFT | Right-to-left page progression direction. |
UNKNOWN | A page progression direction which is not present in this enumeration. |