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


IExportInfoGenerator.BeginPageLayout Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExportInfoGenerator Interface > IExportInfoGenerator.BeginPageLayout Method
ArcGIS Developer Help

IExportInfoGenerator.BeginPageLayout Method

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

Product Availability

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

See Also

IExportInfoGenerator Interface