ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* StretchGraphicsWithPage
);
[C++]
HRESULT put_StretchGraphicsWithPage(
  VARIANT_BOOL StretchGraphicsWithPage
);
[C++]

Parameters

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

Product Availability

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

See Also

IPage Interface