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


IPage.IsPrintableAreaVisible Property (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.IsPrintableAreaVisible Property
ArcGIS Developer Help

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(
  Boolean* IsPrintableAreaVisible
);
[C++]
HRESULT put_IsPrintableAreaVisible(
  VARIANT_BOOL IsPrintableAreaVisible
);
[C++]
Parameters
IsPrintableAreaVisible [out, retval]

IsPrintableAreaVisible is a parameter of type bool* IsPrintableAreaVisible [in]
IsPrintableAreaVisible is a parameter of type bool

Product Availability

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

See Also

IPage Interface