Enumeration: ViewerZoomMode

Viewer Zoom Mode enum

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

Enumeration Members

default

default: "default"

This is the default when no values are returned


page

page: "page"

Set the zoom factor so the page will fit within the IViewerCardInstance


pageheight

pageheight: "pageheight"

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


pagewidth

pagewidth: "pagewidth"

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


percentage

percentage: "percentage"

Zoom percent (the default zoom mode)

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