Sets the visible extent of the page layout.
[Visual Basic 6.0] Sub SetExtent(
ByVal xMin As Double, _
ByVal yMin As Double, _
ByVal xMax As Double, _
ByVal yMax As Double _
) As Empty
[Visual Basic .NET] Public Sub SetExtent ( _ ByVal xMin As Double, _ ByVal yMin As Double, _ ByVal xMax As Double, _ ByVal yMax As Double _ )
[C#] public void SetExtent ( double xMin, double yMin, double xMax, double yMax );
Sets the xmin, ymin, xmax and ymax coordinates of the ARPageLayout's current visible extent in PageUnits. The SetExtent method automatically refreshes the ARPageLayout's display area.