This property sets the percentage that the printer output is scaled.
[Visual
Basic] imagekitcontrolname.PrintDraw.Zoom
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetPrintDraw().GetZoom()
imagekitcontrolname.GetPrintDraw().SetZoom(short Val)
imagekitcontrolname.GetPrintDraw().SetZoom(short Val)
Property Value
Scale percent (from 0 to 100)
Explanation
The Zoom property sets the percentage that the printer output is scaled. To retrieve the Zoom property value, first execute the GetDevModeHandle or GetDevModeInfo method, after which the value can be retrieved from the Zoom property. To set the value of the Zoom property, execute the SetDevModeInfo method.
Note: The Zoom setting is dependent upon the printer driver. Because of this, it is possible that the setting has no affect or an affect different than expected. For details about the scaling printer output, please refer to the printer manufacturer's manual.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.