C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / SetClipRect Method
The rectangle that specifies the area to clip.

In This Topic
SetClipRect Method
In This Topic
Sets a clipping area of this document.
Syntax
'Declaration
 
Public Sub SetClipRect( _
   ByVal rc As Rect _
) 
 

Parameters

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