This document is archived and information here might be outdated. Recommended version. |
Generates export information that a page layout is starting to draw.
[Visual Basic .NET]
Public Sub BeginPageLayout ( _
ByVal hDC As Integer, _
ByVal FocusMap As Integer _
)
[C#]
public void BeginPageLayout (
int hDC,
int FocusMap
);
[C++]
HRESULT BeginPageLayout(
OLE_HANDLE hDC,
long FocusMap
);
[C++] Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE FocusMap [in]
FocusMap is a parameter of type long