This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.SetPageSize Method (ArcObjects .NET 10.5 SDK) |
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