DocumentViewerPageLayoutMode Enumeration
Defines possible modes for placing pages in the document viewer.
Namespace: GleamTech.DocumentUltimate.AspNet.UIAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.6
public enum DocumentViewerPageLayoutMode
Public Enumeration DocumentViewerPageLayoutMode
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.)
|