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


IPage.QuerySize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IPage.QuerySize Method

The size of the page in page units.

[Visual Basic .NET]
Public Sub QuerySize ( _
    ByRef Width As Double, _
    ByRef Height As Double _
)
[C#]
public void QuerySize (
    ref double Width,
    ref double Height
);
[C++]
HRESULT QuerySize(
  double* Width,
  double* Height
);
[C++]

Parameters Width [out] Width is a parameter of type double Height [out] 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