|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExportInfoGenerator Interface > IExportInfoGenerator.BeginPageLayout Method (ArcObjects .NET 10.5 SDK) | 
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(
  long hDC,
  long FocusMap
);
[C++]
Parameters hDC [in] hDC is a parameter of type long FocusMap [in] FocusMap is a parameter of type long