DocumentViewerPageLayoutMode Enumeration

Defines possible modes for placing pages in the document viewer.

Definition

Namespace: GleamTech.DocumentUltimate.AspNet.UI
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.7
C#
public enum DocumentViewerPageLayoutMode

Members

Continuous All pages are visible in one column.
Single Only the current page will be visible.
FacingContinuous All pages visible in two columns.
Facing Up to two pages will be visible.
FacingCoverContinuous 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 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.)

See Also