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