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.