This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the ARPageLayout.
The IARPageLayout interface is a starting point for navigating around the page, setting the page properties and accessing any map's contained within the page.
Name | Description | |
---|---|---|
ARMap | The map at the specified index. | |
ARMapCount | The number of maps in the page layout's map collection. | |
CanRedoExtent | Indicates if there is a page layout extent that can be redone. | |
CanUndoExtent | Indicates if there is a page layout extent that can be undone. | |
CenterAt | Moves the center of the page layout to the specified point. | |
CustomProperty | A property to associate data with an object. | |
FocusARMap | The current focus map that the current tool acts upon. | |
GetExtent | The visible extent of the page layout. | |
HasTitle | Indicates if the page layout has a title that can be changed. | |
Height | The height of the page. | |
HitTestMap | Returns the first map present in the page layout at the specified coordinates. If there isn't a map or the coordinates are not over a map, nothing will be returned. | |
InternalObject | The internal ArcObjects IPageLayout object. | |
MapExtentType | The extent type of the specified map. | |
PageUnits | The units of the page and all associated coordinates. | |
Pan | Pans the page layout by a factor in a specified direction. | |
RedoExtent | Redo the next page layout extent in the stack. | |
Refresh | Redraws the page layout display area. | |
SetExtent | Sets the visible extent of the page layout. | |
Title | The title in the page layout. Not all page layouts have a title that can be changed, use the HasTitle method to check this. | |
ToPagePoint | Converts a point in device coordinates (typically pixels) to coordinates in page units. | |
UndoExtent | Undo to the previous page layout extent in the stack. | |
Width | The width of the page. | |
ZoomIn | Zooms in on the page layout by a factor. | |
ZoomOut | Zooms out on the page layout by a factor. | |
ZoomPercent | The zoom percent (100 means 1:1, 200 means twice the normal size). | |
ZoomToPercent | Magnifies the page by a percentage (100 means actual size, 200 means twice the normal size). | |
ZoomToWholePage | Zooms to the whole page. | |
ZoomToWidth | Fits the width of the page into the page layout display area. |
Classes | Description |
---|---|
ARPageLayout | The ARPageLayout container for the display of a page. |