This document is archived and information here might be outdated. Recommended version. |
Provides access to the available properties of a page description object.
Use IPageDescription when exporting an existing map layout using ExportLayout on IMapServerLayout.
Name | Description | |
---|---|---|
CustomGraphics | Custom graphics on the page. | |
Extent | The current extent of the page. | |
Height | The height of the page. | |
MapFrames | Descriptions for the map frames on the page. | |
Units | The page units. | |
Width | The width of the page. |
Classes | Description |
---|---|
PageDescription | The Page Description coclass contains a description of the page layout in the current document. |
PageDescription is an input parameter for the ExportLayout method on IMapServerLayout. The page description consists of a collection of MapFrameDescription objects. A MapFrameDescription holds the location of the map on the page layout and serves as a container for the MapDescription. A PageDescription also holds information about the size of the layout, Height and Width, and the page Units .
You can place CustomGraphics on the layout page. You can also specify an Extent of the layout page, in page units, in order to export a section of the layout.