PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / SetClipRect Method
A rectangle that specifies the area to clip.

In This Topic
    SetClipRect Method
    In This Topic
    Sets the clipping area.
    Syntax
    'Declaration
     
    
    Public Sub SetClipRect( _
       ByVal rc As Rect _
    ) 
    public void SetClipRect( 
       Rect rc
    )

    Parameters

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