This property sets the percentage that the printer output is scaled.

[C++Builder]   imagekitcontrolname->PrintDraw->Zoom [ = short ]
[Delphi]   imagekitcontrolname.PrintDraw.Zoom [ = Smallint ]

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.

The ImageKit10 VCL is a product created by Newtone Corporation