Web API Reference MapGuide Open Source

MgPlotSpecification Class Reference
[MgPlotSpecification]

Specifies the size and format of the ePlot sheet to be created by the Mapping Service operations. More...

Inherits MgSerializable.

List of all members.


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.

Detailed Description

Specifies the size and format of the ePlot sheet to be created by the Mapping Service operations.

Comments or suggestions? Send us feedback.