Class Index

Classes


Namespace PDFTron.WebViewer.LayoutMode

LayoutModes are used to dictate how pages are placed within the viewer. Used by PDFTron.WebViewer#setLayoutMode and PDFTron.WebViewer#getLayoutMode.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Contains string enums for all layouts for WebViewer.
Field Summary
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.
<static>  
PDFTron.WebViewer.LayoutMode.FacingContinuous
All pages visible in two columns.
<static>  
PDFTron.WebViewer.LayoutMode.FacingCover
All pages visible in two columns, with an even numbered page rendered first.
<static>  
PDFTron.WebViewer.LayoutMode.FacingCoverContinuous
All pages visible, with an even numbered page rendered first.
<static>  
PDFTron.WebViewer.LayoutMode.Single
Only the current page will be visible.
Namespace Detail
PDFTron.WebViewer.LayoutMode
Contains string enums for all layouts for WebViewer.
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.

<static> PDFTron.WebViewer.LayoutMode.FacingContinuous
All pages visible in two columns.

<static> PDFTron.WebViewer.LayoutMode.FacingCover
All pages visible in two columns, with an even numbered page rendered first. i.e. The first page of the document is rendered by itself on the right side of the viewer to simulate a book cover.

<static> PDFTron.WebViewer.LayoutMode.FacingCoverContinuous
All pages visible, with an even numbered page rendered first. i.e. The first page of the document is rendered by itself on the right side of the viewer to simulate a book cover.

<static> PDFTron.WebViewer.LayoutMode.Single
Only the current page will be visible.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Feb 08 2017 11:14:42 GMT-0800 (PST)