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


IPage.IsPrintableAreaVisible Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IPage.IsPrintableAreaVisible Property

Indicates if the printable area is visible.

[Visual Basic .NET]
Public Property IsPrintableAreaVisible As Boolean
[C#]
public bool IsPrintableAreaVisible {get; set;}
[C++]
HRESULT get_IsPrintableAreaVisible(
  VARIANT_BOOL* IsPrintableAreaVisible
);
[C++]
HRESULT put_IsPrintableAreaVisible(
  VARIANT_BOOL IsPrintableAreaVisible
);
[C++]

Parameters IsPrintableAreaVisible [out, retval] IsPrintableAreaVisible is a parameter of type VARIANT_BOOL IsPrintableAreaVisible [in] IsPrintableAreaVisible is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPage Interface