ComponentOne Word for UWP
SetClipRect Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : SetClipRect Method
The rectangle that specifies the area to clip.
Sets a clipping area of this document.
Syntax
'Declaration
 
Public Sub SetClipRect( _
   ByVal rc As Windows.Foundation.Rect _
) 
public void SetClipRect( 
   Windows.Foundation.Rect rc
)

Parameters

rc
The rectangle that specifies the area to clip.
See Also

Reference

C1WordDocument Class
C1WordDocument Members