Resets the zoom level to ViewerZoomLimit.ZoomDefault
Zooms the viewer in by ViewerZoomLimit.ZoomStep
If the new zoom level will exceed ViewerZoomLimit.ZoomMaximum, the zoom will be set to ViewerZoomLimit.ZoomMaximum.
The new zoom level
The current zoom level
This is a positive integer representing the zoom percentage
Zooms the viewer out by ViewerZoomLimit.ZoomStep
If the new zoom level will be less than ViewerZoomLimit.ZoomMinimum, the zoom will be set to ViewerZoomLimit.ZoomMinimum.
The new zoom level
Sets the zoom mode, which may result in a change to the current zoom level
New zoom mode
Sets the zoom level
If the provided level exceeds ViewerZoomLimit.ZoomMaximum, the zoom will be set to ViewerZoomLimit.ZoomMaximum. If the provided level is less than ViewerZoomLimit.ZoomMinimum, the zoom will be set to ViewerZoomLimit.ZoomMinimum.
Positive number representing the new zoom percentage (this will be rounded to the nearest integer)
The new zoom level
API for interacting with the zoom level of a IViewerCardInstance