This document is archived and information here might be outdated.  Recommended version.


IPage.PutCustomSize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPage Interface > IPage.PutCustomSize Method
ArcGIS Developer Help

IPage.PutCustomSize Method

The size of the page in page units.

[Visual Basic .NET]
Public Sub PutCustomSize ( _
    ByVal Width As Double, _
    ByVal Height As Double _
)
[C#]
public void PutCustomSize (
    double Width,
    double Height
);
[C++]
HRESULT PutCustomSize(
  double Width,
  double Height
);
[C++]
Parameters
Width [in]

Width is a parameter of type double Height [in]
Height is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPage Interface