ComponentOne PDF for .NET
SetClipRect Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class : SetClipRect Method
A rectangle that specifies the area to clip.
Sets the clipping area.
Syntax
'Declaration
 
Public Sub SetClipRect( _
   ByVal rc As System.Drawing.RectangleF _
) 
public void SetClipRect( 
   System.Drawing.RectangleF rc
)

Parameters

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

Reference

C1PdfDocument Class
C1PdfDocument Members