SetAreaSize Method

The SetAreaSize method sets the size of the area selection box of the inset zoom object.

Syntax

object.SetAreaSize(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 one page unit and a height of ten page units.

InsetZoom1.SetAreaSize(1.0,10.0)

 

Used by: AutoInsetZoom object