Link Search Menu Expand Document

CanvasSetClip Method (Path)

Modifies the current clipping path by intersecting it with the current path.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void SetClip(
	Path path
)

Parameters

path
Type: Bytescout.PDFPath
Clip path.
See Also

Reference