ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word 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 System.Drawing.RectangleF _
    ) 
    public void SetClipRect( 
       System.Drawing.RectangleF rc
    )

    Parameters

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