Class Index

Classes


Namespace PDFTron.WebViewer.FitMode

FitModes are specialized modes for specifying the zoom level of the document.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Contains all posible modes for fitting/zooming pages to the viewer.
Field Summary
Field Attributes Field Name and Description
<static>  
PDFTron.WebViewer.FitMode.FitHeight
A fit mode where the zoom level is fixed to the height of the page.
<static>  
PDFTron.WebViewer.FitMode.FitPage
A fit mode where the zoom level is fixed to the width or height of the page, whichever is smaller.
<static>  
PDFTron.WebViewer.FitMode.FitWidth
A fit mode where the zoom level is fixed to the width of the page.
<static>  
PDFTron.WebViewer.FitMode.Zoom
A fit mode where the zoom level is not fixed.
Namespace Detail
PDFTron.WebViewer.FitMode
Contains all posible modes for fitting/zooming pages to the viewer. The behavior may vary depending on the PDFTron.WebViewer.LayoutMode.
Field Detail
<static> PDFTron.WebViewer.FitMode.FitHeight
A fit mode where the zoom level is fixed to the height of the page.

<static> PDFTron.WebViewer.FitMode.FitPage
A fit mode where the zoom level is fixed to the width or height of the page, whichever is smaller.

<static> PDFTron.WebViewer.FitMode.FitWidth
A fit mode where the zoom level is fixed to the width of the page.

<static> PDFTron.WebViewer.FitMode.Zoom
A fit mode where the zoom level is not fixed.

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