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


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

IPage.StretchGraphicsWithPage Property

Indicates if graphics should stretch with the page when the page size changes.

[Visual Basic .NET]
Public Property StretchGraphicsWithPage As Boolean
[C#]
public bool StretchGraphicsWithPage {get; set;}
[C++]
HRESULT get_StretchGraphicsWithPage(
  Boolean* StretchGraphicsWithPage
);
[C++]
HRESULT put_StretchGraphicsWithPage(
  VARIANT_BOOL StretchGraphicsWithPage
);
[C++]
Parameters
StretchGraphicsWithPage [out, retval]

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

Product Availability

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

See Also

IPage Interface