DocumentViewerPageLayoutMode Enumeration
Note: This API is now obsolete.
Defines possible modes for placing pages in the document viewer.
Namespace: GleamTech.DocumentUltimate.AspNet.UIAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
[ObsoleteAttribute("DocumentViewerPageLayoutMode is deprecated, use DocumentViewerScrollMode and DocumentViewerSpreadMode instead.")]
public enum DocumentViewerPageLayoutMode
<ObsoleteAttribute("DocumentViewerPageLayoutMode is deprecated, use DocumentViewerScrollMode and DocumentViewerSpreadMode instead.")>
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.)
|