Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgPlotSpecification
GetMarginBottom
GetMarginLeft
GetMarginRight
GetMarginTop
GetPageSizeUnits
GetPaperHeight
GetPaperWidth
MgPlotSpecification
SetMargins
SetPageSizeUnits
SetPaperHeight
SetPaperWidth
void MgPlotSpecification::SetMargins
(
float
left
,
float
top
,
float
right
,
float
bottom
)
.NET Syntax
void
SetMargins(float left, float top, float right, float bottom)
;
Java Syntax
void
SetMargins(float left, float top, float right, float bottom)
;
PHP Syntax
void
SetMargins(float left, float top, float right, float bottom)
;
Comments or suggestions? Send us
feedback
.