This document is archived and information here might be outdated. Recommended version. |
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*