Show / Hide Table of Contents

Enum PDFViewWPF.PagePresentationMode

PagePresentationMode lists common modes of presenting PDF pages.

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum PagePresentationMode

Fields

Name Description
e_facing

Display the pages two at a time, with odd-numbered pages on the left.

e_facing_continuous

Display the pages in two columns, with odd-numbered pages on the left.

e_facing_continuous_cover

Display the pages in two columns, with odd-numbered pages on the right.

e_facing_cover

Display the pages two at a time, with odd-numbered pages on the right.

e_single_continuous

Display the pages in one column.

e_single_page

Display one page at a time.

Back to top Generated by DocFX