This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPage Interface > IPage.GetPageBounds Method (ArcObjects .NET 10.4 SDK) |
Return the page size in page units.
[Visual Basic .NET] Public Sub GetPageBounds ( _ ByVal Printer As IPrinter, _ ByVal currentPage As Short, _ ByVal Overlap As Double, _ ByVal pageBounds As IEnvelope _ )
[C#] public void GetPageBounds ( IPrinter Printer, short currentPage, double Overlap, IEnvelope pageBounds );
[C++]
HRESULT GetPageBounds(
IPrinter* Printer,
short currentPage,
double Overlap,
IEnvelope* pageBounds
);
[C++]
Parameters Printer [in]
Printer is a parameter of type IPrinter currentPage [in] currentPage is a parameter of type short Overlap [in] Overlap is a parameter of type double pageBounds [in]
pageBounds is a parameter of type IEnvelope