Option values which determine the basis for zooming.
Member | Value | Description |
---|---|---|
PV_ZoomToFit_1To1Ratio | 3 | The 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_ActualSize | 4 | The 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_Full | 0 | The image will be scaled such that the entire (full) image width and height is visible in the image window. |
PV_ZoomToFit_Height | 2 | The 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_Unspecified | 6 | Reserved. |
PV_ZoomToFit_Width | 1 | The 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. |