This document is archived and information here might be outdated. Recommended version. |
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,
OLE_HANDLE hDcPrinter
);
[C++] Parameters PixelBounds [in]
PixelBounds is a parameter of type IEnvelope* hDcPrinter [in]
hDcPrinter is a parameter of type OLE_HANDLE