Table of Contents

DocumentViewerPageLayoutMode Enum

Definition

Namespace
GleamTech.DocumentUltimate.AspNet.UI
Assembly
GleamTech.DocumentUltimate.dll

Obsolete

Defines possible modes for placing pages in the document viewer.

[Obsolete("DocumentViewerPageLayoutMode is deprecated, use DocumentViewerScrollMode and DocumentViewerSpreadMode instead.")]
public enum DocumentViewerPageLayoutMode

Fields

Name Value Description
Continuous 0

All pages are visible in one column.

Single 1

Only the current page will be visible.

FacingContinuous 2

All pages visible in two columns.

Facing 3

Up to two pages will be visible.

FacingCoverContinuous 4

All pages visible, with an even numbered page rendered first. The first page of the document is rendered by itself on the right side of the viewer to simulate a book cover.

FacingCover 5

All pages visible in two columns, with an even numbered page rendered first. The first page of the document is rendered by itself on the right side of the viewer to simulate a book cover.)