ArcObjects Library Reference (Carto)  

IPage.DrawPrintableArea Method

Draw the printable area.

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