ArcObjects Library Reference (Carto)  

IPage.DrawBorder Method

Draw the page border.

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