This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.GetPageSize Method (ArcObjects .NET 10.4 SDK) |
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(
double* widthInches,
double* heightInches
);
[C++]
Parameters widthInches [out] widthInches is a parameter of type double heightInches [out] heightInches is a parameter of type double