This document is archived and information here might be outdated. Recommended version. |
Indicates if the Output will be clipped to the Graphics Extent.
[Visual Basic .NET]
Public Property ClipToGraphicExtent As Boolean
[C#]
public bool ClipToGraphicExtent {get; set;}
[C++]
HRESULT get_ClipToGraphicExtent(
Boolean* clipToGraphicsExtent
);
[C++]
HRESULT put_ClipToGraphicExtent(
VARIANT_BOOL clipToGraphicsExtent
);
[C++] Parameters clipToGraphicsExtent [out, retval]
clipToGraphicsExtent is a parameter of type bool* clipToGraphicsExtent [in]
clipToGraphicsExtent is a parameter of type bool