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


IExportInfoGenerator.EndPageLayout Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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

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

Product Availability

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

See Also

IExportInfoGenerator Interface