This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPSDriver Interface > IPSDriver.PrintableBounds Property (ArcObjects .NET 10.5 SDK) |
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