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


IPage.DrawPaper Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPage Interface > IPage.DrawPaper Method
ArcGIS Developer Help

IPage.DrawPaper Method

Draw the paper. EraseColor is the color of the area surrounding the page. Only the area around the page is drawn in order to eliminate flashing. Use EraseColor = 0 to simply draw page.

[Visual Basic .NET]
Public Sub DrawPaper ( _
    ByVal Display As IDisplay, _
    ByVal eraseColor As IColor _
)
[C#]
public void DrawPaper (
    IDisplay Display,
    IColor eraseColor
);
[C++]
HRESULT DrawPaper(
  IDisplay* Display,
  IColor* eraseColor
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay* eraseColor [in]
eraseColor is a parameter of type IColor*

Product Availability

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

See Also

IPage Interface