Namespace PDFTron.WebViewer.LayoutMode
Constructor Attributes | Constructor Name and Description |
---|---|
Lists the possible modes for displaying pages.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
PDFTron.WebViewer.LayoutMode.Continuous
All pages are visible in one column.
|
<static> |
PDFTron.WebViewer.LayoutMode.Facing
Up to two pages will be visible, with an odd numbered page rendered first.
|
<static> |
PDFTron.WebViewer.LayoutMode.FacingContinuous
All pages visible in two columns.
|
<static> |
PDFTron.WebViewer.LayoutMode.FacingCover
All pages visible, with an even numbered page rendered first.
|
<static> |
PDFTron.WebViewer.LayoutMode.FacingCoverContinuous
|
<static> |
PDFTron.WebViewer.LayoutMode.Single
Only the current page will be visible.
|
Field Detail
<static>
PDFTron.WebViewer.LayoutMode.Continuous
All pages are visible in one column.
<static>
PDFTron.WebViewer.LayoutMode.Facing
Up to two pages will be visible, with an odd numbered page rendered first.
<static>
PDFTron.WebViewer.LayoutMode.FacingContinuous
All pages visible in two columns.
<static>
PDFTron.WebViewer.LayoutMode.FacingCover
All pages visible, with an even numbered page rendered first.
<static>
PDFTron.WebViewer.LayoutMode.FacingCoverContinuous
<static>
PDFTron.WebViewer.LayoutMode.Single
Only the current page will be visible.