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 > IPrinterMPage Interface > IPrinterMPage.StartPage Method (ArcObjects .NET 10.5 SDK) |
Start new page output.
[Visual Basic .NET] Public Function StartPage ( _ ByVal PixelBounds As IEnvelope, _ ByVal hDcPrinter As Integer _ ) As Integer
[C#] public int StartPage ( IEnvelope PixelBounds, int hDcPrinter );
[C++]
HRESULT StartPage(
IEnvelope* PixelBounds,
long hDcPrinter,
long* hDcRet
);
[C++]
Parameters PixelBounds [in]
PixelBounds is a parameter of type IEnvelope hDcPrinter [in] hDcPrinter is a parameter of type long hDcRet [out, retval] hDcRet is a parameter of type long