Accusoft Prizm Viewer Control v10.0
SetImageZoomToFit Method
See Also  Send comments on this topic.
imageFit
A PV_ZoomToFit enumeration value which represents the scaling and position to zoom the image.
PrizmControl Object : SetImageZoomToFit Method

Glossary Item Box

Description

Sets the image display scaling and position as specified in the imageFit parameter.

Syntax

Visual Basic
Public Sub SetImageZoomToFit( _
   ByVal imageFit As PV_ZoomToFit _
) 

Parameters

imageFit
ValueDescription
PV_ZoomToFit_1To1RatioThe image will be scaled such that each pixel of the image maps directly to a pixel in the image window. Some horizontal and vertical elements of the image may not be visible in the image window.
PV_ZoomToFit_ActualSizeThe image will be scaled such that the image on the monitor is approximately the same size as the original document. Some horizontal and vertical elements of the image may not be visible in the image window.
PV_ZoomToFit_FullThe image will be scaled such that the entire (full) image width and height is visible in the image window.
PV_ZoomToFit_HeightThe image will be scaled such that the entire image height is visible in the image window. Some horizontal elements of the image may not be visible in the image
window.
PV_ZoomToFit_UnspecifiedReserved.
PV_ZoomToFit_WidthThe image will be scaled such that the entire image width is visible in the image window. Some vertical elements of the image may not be visible in the image window.
A PV_ZoomToFit enumeration value which represents the scaling and position to zoom the image.

See Also

©2015. Accusoft Corporation. All Rights Reserved.