EnablePagination

EbookEditOptions.EnablePagination property

Allows to enable or disable pagination in the resultant HTML document. By default is disabled (false).

public bool EnablePagination { get; set; }

Remarks

In its essence most of e-book formats internally is a flow format like Office Open XML, where content is a solid and is splitted onto chapters but not the pages. However, it contains some page-specific info like the page numbers, footnotes, heraders/footers and so on. Some e-book readers perform a splitting of the e-book content onto pages, while others (especially mobile) — not. This option allows to control how the e-book content should be represented in HTML/CSS while editing — in the float (false) or paged (true) view.

See Also