This document is archived and information here might be outdated.  Recommended version.


IARControl.ARPageLayout Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControl Interface > IARControl.ARPageLayout Property
ArcGIS Developer Help

IARControl.ARPageLayout Property

The page layout contained within the currently loaded document.

[Visual Basic .NET]
Public ReadOnly Property ARPageLayout As ARPageLayout
[C#]
public ARPageLayout ARPageLayout {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The ARPageLayout object manages the layout of a page that is sent as output to a printer. The ARPageLayout will typically consist of one or more maps, together with marginalia such as scalebars, legends and titles. Use the IARPageLayout::ARMap property to access any maps present in the page layout.

Errors Returned

2003 800A07D3: No document loaded

See Also

IARControl Interface