Resize Method
The Resize method sets the width and height of the selection.
Syntax
object.Resize(w,h)
| Parameter | Type | Description |
| w | Double | required, width of selection, use page units |
| h | Double | required, height of selection, use page units |
Example
This example demonstrates how to set the width and height of a selection.
Selection.Resize(6,3)
Used by: AutoSelection collection