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