ArcObjects Library Reference (Animation)  

IAGAnimationContainer.DrawPageLayoutToDC Method

Draw the page layout to specified device context.

[Visual Basic .NET]
Public Sub DrawPageLayoutToDC ( _
    ByVal hDC As Integer _
)
[C#]
public void DrawPageLayoutToDC (
    int hDC
);
[C++]
HRESULT DrawPageLayoutToDC(
  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

IAGAnimationContainer Interface