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


IPrinterMPage.EndPage Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPrinterMPage Interface > IPrinterMPage.EndPage Method
ArcGIS Developer Help

IPrinterMPage.EndPage Method

Finalize current page output.

[Visual Basic .NET]
Public Sub EndPage ( _
)
[C#]
public void EndPage (
);
[C++]
HRESULT EndPage(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPrinterMPage Interface