|
MapGuide API Reference
|
Specifies the size and format of the ePlot sheet to be created by the Mapping Service operations. More...
Inheritance diagram for MgPlotSpecification:Public Member Functions | |
| float | GetMarginBottom () |
| float | GetMarginLeft () |
| float | GetMarginRight () |
| float | GetMarginTop () |
| STRING | GetPageSizeUnits () |
| Gets the units of measure for the page. | |
| float | GetPaperHeight () |
| Gets the paper height. | |
| float | GetPaperWidth () |
| Gets the paper width. | |
| MgPlotSpecification (float paperWidth, float paperHeight, CREFSTRING pageUnits, float left=0, float top=0, float right=0, float bottom=0) | |
| Specifications for the plot. | |
| void | SetMargins (float left, float top, float right, float bottom) |
| void | SetPageSizeUnits (CREFSTRING pageUnits) |
| Set the units of measure for the page. | |
| void | SetPaperHeight (float height) |
| Sets the paper height. | |
| void | SetPaperWidth (float width) |
| Sets the paper width. | |
Specifies the size and format of the ePlot sheet to be created by the Mapping Service operations.