ArcObjects Library Reference (Carto)  

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(
  long hDC,
  long FocusMap
);
[C++]

Parameters

hDC [in]   hDC is a parameter of type long FocusMap [in]   FocusMap is a parameter of type long

Product Availability

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

See Also

IExportInfoGenerator Interface