See Also Examples Applies To
Sets the current zoom in percent.
Syntax
object.SetZoom (nZoomPercent)
The SetZoom syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nZoomPercent | Required. Single. Zoom value in percentage. |
Returns
Long. GdPictureStatus
Remarks
The GdPictureStatus constants are defined HERE
Visual Basic Sample
object.SetZoom(200) 'to set a 2X Zoom.