Accusoft ImagXpress 12
ZoomFactor Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ZoomFactor Property

Glossary Item Box

Description

Gets and sets the value by which the current display image will be resized.

Property Type

Read-write property

Syntax

Visual Basic
Public Property ZoomFactor As Double

Return Type

A double value which represents the image to be resized to.

Remarks

Values greater than 1 result in the display image being enlarged. Values less than 1 result in the display image being reduced.

For example, a ZoomFactor = 2 will double the display image height and width. As another example, a ZoomFactor = .5 will reduce display image height and width by 50%.

Note: If the AutoSize property is set to 'BestFit', 'FitWidth', 'FitHeight' or 'ResizeImage' then the ZoomFactor property will be read-only.

In the case that the AutoSize property is set to ResizeImage, then the ZoomFactor will always return a -1.0, as there is no uniform ZoomFactor applied to the image.

See Also

©2013. Accusoft Corporation. All Rights Reserved.