Web API Reference MapGuide Open Source
void MgPlotSpecification::SetPageSizeUnits ( CREFSTRING  pageUnits  ) 

Set the units of measure for the page.

Remarks:
NOTE: No conversion is performed on the current width and height when the unit is set.
.NET Syntax
void SetPageSizeUnits(string pageUnits);
Java Syntax
void SetPageSizeUnits(String pageUnits);
PHP Syntax
void SetPageSizeUnits(string pageUnits);

Parameters:
pageUnits (String/string) Units of measure for page. See MgPageUnitsType for valid units.
Returns:
Returns nothing.


Comments or suggestions? Send us feedback.