PdfCanvas.SetClip Method

Modifies the current clipping path by intersecting it with the current path, using the specified rule to determine which regions lay inside the clipping path.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void SetClip(
	PdfFillMode rule
)
VB
Public Sub SetClip ( 
	rule As PdfFillMode
)

Parameters

rule
Type: BitMiracle.Docotic.Pdf.PdfFillMode
The rule that determines which regions lay inside the clipping path.

See Also