This document is archived and information here might be outdated. Recommended version. |
Sets the page size for the map (optional).
[Visual Basic .NET]
Public Sub SetPageSize ( _
ByVal widthInches As Double, _
ByVal heightInches As Double _
)
[C#]
public void SetPageSize (
double widthInches,
double heightInches
);
[C++]
HRESULT SetPageSize(
double widthInches,
double heightInches
);
[C++] Parameters widthInches [in]
widthInches is a parameter of type double heightInches [in]
heightInches is a parameter of type double