ComponentOne Word for WPF
C1.WPF.Word.4.5.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 _
    ) 
    public void SetClipRect( 
       Rect rc
    )

    Parameters

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