ArcObjects Library Reference (Carto)  

IPage.DrawBackground Method

Draw the page background.

[Visual Basic .NET]
Public Sub DrawBackground ( _
    ByVal Display As IDisplay _
)
[C#]
public void DrawBackground (
    IDisplay Display
);
[C++]
HRESULT DrawBackground(
  IDisplay* Display
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Product Availability

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

See Also

IPage Interface