C1.C1Pdf Namespace / C1PdfDocument Class / SetClipRect Method
A rectangle that specifies the area to clip.

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

Parameters

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