Click or drag to resize

PdfPageObjectAppendToClipPath Method

Add a path to the clipping paths of this page object

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void AppendToClipPath(
	PathPointsCollection path,
	FillModes fillMode = FillModes.None,
	bool autoMerge = false
)

Parameters

path  PathPointsCollection
Path to add to the clipping path.
fillMode  FillModes  (Optional)
The fill mode types defined following. None, Alternate and Winding.
autoMerge  Boolean  (Optional)
True for auto merge. Means to connect the last point of the previous path, if any, with the specified path.
See Also