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


IPage.PrintableBounds Property (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.PrintableBounds Property
ArcGIS Developer Help

IPage.PrintableBounds Property

The printable bounds.

[Visual Basic .NET]
Public ReadOnly Property PrintableBounds As IEnvelope
[C#]
public IEnvelope PrintableBounds {get;}
[C++]
HRESULT get_PrintableBounds(
  IEnvelope** PrintableBounds
);
[C++]
Parameters
PrintableBounds [out, retval]

PrintableBounds is a parameter of type IEnvelope**

Product Availability

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

See Also

IPage Interface