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


IPrinterMPage.StartPage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IPrinterMPage.StartPage Method

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

Product Availability

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

See Also

IPrinterMPage Interface