Provides access to members that control the Page.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Background | The page background. | |
BackgroundColor | The page color. | |
Border | The page border. | |
DelayEvents | Indicates if the page stops firing IPageEvents until the flag is set to false. | |
DrawBackground | Draw the page background. | |
DrawBorder | Draw the page border. | |
DrawPaper | Draw the paper. EraseColor is the color of the area surrounding the page. Only the area around the page is drawn in order to eliminate flashing. Use EraseColor = 0 to simply draw page. | |
DrawPrintableArea | Draw the printable area. | |
FormID | The Page form. | |
GetDeviceBounds | Return the printer page size in device units. | |
GetPageBounds | Return the page size in page units. | |
IsPrintableAreaVisible | Indicates if the printable area is visible. | |
Orientation | The Page orientation. 1 = portrait. 2 = landscape. | |
PageToPrinterMapping | The page to printer mapping. | |
PrintableBounds | The printable bounds. | |
PrinterChanged | Called by PageLayout when printer changes. | |
PrinterPageCount | The number of printer pages spanned by the page. | |
PutCustomSize | The size of the page in page units. | |
QuerySize | The size of the page in page units. | |
StretchGraphicsWithPage | Indicates if graphics should stretch with the page when the page size changes. | |
Units | The units used for the page and all associated coordinates. |
CoClasses that implement IPage
CoClasses and Classes | Description |
---|---|
Page | The On Screen Page. |
Remarks
IPage is the primary interface on the Page object which manages the page on which the page layout is drawn.
Use this interface to access all of the properties of an ArcMap page, including the pages border, background, background color, orientation, and size.