This document is archived and information here might be outdated. Recommended version. |
Indicates if the text will be clipped per geometry.
[Visual Basic .NET]
Public Property Clip As Boolean
[C#]
public bool Clip {get; set;}
[C++]
HRESULT get_Clip(
Boolean* Clip
);
[C++]
HRESULT put_Clip(
VARIANT_BOOL Clip
);
[C++] Parameters Clip [out, retval]
Clip is a parameter of type bool* Clip [in]
Clip is a parameter of type bool