Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ViewerZoomMode

Viewer Zoom Mode enum

These refer to the mode by which the document may be zoomed to fit the screen

Index

Enumeration members

Enumeration members

mobile

mobile: = "mobile"

The default zoom mode for mobile devices

Spreadsheet, database and archive files are displayed at 100%, and other file types are zoomed so the page will fit within the width of the IViewerInstance

page

page: = "page"

Set the zoom factor so the page in the will fit within the IViewerInstance

pageheight

pageheight: = "pageheight"

Set the zoom factor so the page will fill the IViewerInstance from top to bottom

pagewidth

pagewidth: = "pagewidth"

Set the zoom factor so the page will fill the IViewerInstance from left to right

percentage

percentage: = "percentage"

Zoom percent (the default zoom mode)

The maximum value is 4000 (400%) and the minimum value is 10 (10%).