ArcObjects Library Reference (Output)  

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