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


IExportInfoGenerator.EndPageLayout 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.EndPageLayout Method
ArcGIS Developer Help

IExportInfoGenerator.EndPageLayout Method

Generates export information that a page layout finished to draw.

[Visual Basic .NET]
Public Sub EndPageLayout ( _
    ByVal hDC As Integer _
)
[C#]
public void EndPageLayout (
    int hDC
);
[C++]
HRESULT EndPageLayout(
  OLE_HANDLE hDC
);
[C++]
Parameters
hDC [in]

hDC is a parameter of type OLE_HANDLE

Product Availability

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

See Also

IExportInfoGenerator Interface