Click or drag to resize

IMcViewAutoZoomMode Property

A property used to specify how the magnification of the image is automatically changed so that the image fits the display window.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Property AutoZoomMode As mcAutoZoomMode
	Get
	Set

Property Value

Type: mcAutoZoomMode
Remarks
When setting this property, the image may be resized to fit the display window. If the window is later resized, the viewer can again resize the image according to this property. This property is also used to specify whether the image should be centered in the display window and whether it should have a border. Refer to the mcAutoZoomMode enumeration for details on each resize option. On access, the mazmCenteredFit and mazmAddBorder bits will never be set. To see the state of these options, access the mirrored McView.Display.AutoZoomMode property.
See Also