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


IPSDriver.PrintableBounds Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IPSDriver.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

IPSDriver Interface