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


IPSDriver2.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 > IPSDriver2 Interface > IPSDriver2.PrintableBounds Property
ArcGIS Developer Help

IPSDriver2.PrintableBounds Property

The printers Printable Bounds - Used for Marks.

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

ppBounds is a parameter of type IEnvelope** ppBounds [in]
ppBounds is a parameter of type IEnvelope*

Product Availability

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

See Also

IPSDriver2 Interface