Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgPlotSpecification
GetMarginBottom
GetMarginLeft
GetMarginRight
GetMarginTop
GetPageSizeUnits
GetPaperHeight
GetPaperWidth
MgPlotSpecification
SetMargins
SetPageSizeUnits
SetPaperHeight
SetPaperWidth
void MgPlotSpecification::SetPaperHeight
(
float
height
)
Sets the paper height.
.NET Syntax
void
SetPaperHeight(float height)
;
Java Syntax
void
SetPaperHeight(float height)
;
PHP Syntax
void
SetPaperHeight(float height)
;
Parameters:
height
(float) Paper height in the current page units.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.