SetViewSize Method

The SetViewSize method sets the size of the zoomed area box of the  inset zoom object.

Syntax

object.SetViewSize(width, height)

 

Parameter Type Description
width Double required
height Double required

 

Example

This example shows how to set the zoomed area box to a width of five page units and a height of eight page units.

InsetZoom1.SetViewSize(5.0,8.0)

 

Used by: AutoInsetZoom object