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


IPage.PutCustomSize Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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

.NET Related Topics

Working with PageLayout elements