ArcObjects Library Reference (Carto)  

IMapFrameDescription.PageLocation Property

The extent of the map frame on the page.

[Visual Basic .NET]
Public ReadOnly Property PageLocation As IEnvelope
[C#]
public IEnvelope PageLocation {get;}
[C++]
HRESULT get_PageLocation(
  IEnvelope** Extent
);
[C++]

Parameters

Extent [out, retval]

  Extent is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Use PageLocation when exporting an existing map layout using ExportLayout on IMapServerLayout.

See Also

IMapFrameDescription Interface