This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPage Interface > IPage.IsPrintableAreaVisible Property (ArcObjects .NET 10.5 SDK) |
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