
Members
Properties
The following table provides a list of properties and
events of interest. For complete reference information, see
the PageLayout control in the library reference section.
| Property Name | Type | Description |
|---|---|---|
| ClientToolGraphicsColor | Color | The color of the box drawn on the Map/PageLayout control display while using the DragRectangle or PageDragRectangle Client Action tools (while zooming in/out, for example). |
| ClientToolGraphicsWidth | int | Line width of shapes dragged on the Map/PageLayout controls while using a Tool. |
| EnableContinuousCallback | bool | Whether images will be fetched continuously during panning of the map or only when panning is complete. |
| ImageFormat | WebImageFormat | Format of output image. |
| InitialExtent | InitialExtent | The initial extent at which a control first renders. |
| PageLayoutResource | GISResourceItemDefinition | MapResource to display in PageLayout. |
| ToolItems | PageToolItemCollection | Collection of tool items. |
| UseMimeData | bool | Set true to store output images in session and stream them to the client or to store them on the file system instead. |
| VirtualDirectory | string | The path to the virtual directory in which images can be written, for example, ~/output/. |
Events
| Event Type | Description |
|---|---|
| BeginCreateWebPageLayout | Raised before a WebPageLayout is created. |
| BeginDisposeWebPageLayout | Raised before a WebPageLayout is disposed. |
| BeginRefreshWebPageLayout | Raised before a WebPageLayout is refreshed. |
| ContentsChanged | Raised when the contents of this control (e.g. the extent) are changed. |
| DragImage | Raised when the control processes a tool associated with the DragImage Client Tool Action. |
| DragRectangle | Raised when the control processes a tool associated with the DragRectangle Client Tool Action. |
| EndCreateWebPageLayout | Raised after a WebPageLayout is created. |
| EndDisposeWebPageLayout | Raised after a WebPageLayout is disposed. |
| EndRefreshWebPageLayout | Raised after a WebPageLayout is refreshed. |
| MapDragImage | Raised when the control processes a tool associated with the MapDragImage Client Tool Action. |
| MapDragRectangle | Raised when the control processes a tool associated with the MapDragRectangle Client Tool Action. |
| MapPoint | Raised when the control processes a tool associated with the MapPoint Client Tool Action. |
| PageClick | Raised when the PageLayout control has been clicked. |
| Point | Raised when the control processes a tool associated with the Point Client Tool Action. |
| ScaleChanged |