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


IPaper.PrintableBounds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPaper Interface > IPaper.PrintableBounds Property
ArcGIS Developer Help

IPaper.PrintableBounds Property

The area of the printer page that can be printed on.

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

bounds is a parameter of type IEnvelope**

Product Availability

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

See Also

IPaper Interface