Skip to main content

ZoomMode

Enumerations

ZoomMode

Specifies zoom modes for displaying images.

Enumeration Members

Enumeration MemberValueDescription
bestFit1Zoom modifier is calculated automatically so that entire image could fit the control. If image is smaller than the control client area, the image is stretched to occupy as much area as possible.
bestFitShrinkOnly2Zoom modifier is calculated automatically so that entire image could fit the control. If image is smaller than the control client area, zooming modifier is set to 1 (i.e. no zoom).
fitToHeight4Zoom modifier is calculated automatically so that the image height would be the same as the control client area height. If the image height is smaller than the control client area height, image is stretched.
fitToHeightShrinkOnly7Zoom modifier is calculated automatically so that the image height would be the same as the control client area height. If image height is smaller than the control client area, zooming modifier is set to 1 (i.e. no zoom).
fitToSelection8Zoom modifier is calculated automatically so that the image could fit the selection.
fitToWidth3Zoom modifier is calculated automatically so that the image width would be the same as the control client area width. If the image width is smaller than the control client area width, image is stretched.
fitToWidthShrinkOnly6Zoom modifier is calculated automatically so that the image width would be the same as the control client area width. If image width is smaller than the control client area, zooming modifier is set to 1 (i.e. no zoom).
none0Zoom modifier is specified only manually. In this mode, you can use zooming navigator controls.
Was this page helpful?