This document is archived and information here might be outdated. Recommended version. |
Gets the page size for the map.
[Visual Basic .NET] Public Sub GetPageSize ( _ ByRef widthInches As Double, _ ByRef heightInches As Double _ )
[C#] public void GetPageSize ( ref double widthInches, ref double heightInches );
[C++]
HRESULT GetPageSize(
System.Double* widthInches,
System.Double* heightInches
);
[C++]
Parameters widthInches [out]
widthInches is a parameter of type double* heightInches [out]
heightInches is a parameter of type double*