Click or drag to resize

PdfPageInsertClipPath Method

Clip the page content, the page content that outside the clipping region become invisible.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public void InsertClipPath(
	PdfClipPath clipPath
)

Parameters

clipPath
Type: Patagames.Pdf.NetPdfClipPath
A instance of PdfClipPath class.
Remarks
A clip path will be inserted before the page content stream or content array. In this way, the page content will be clipped by this clip path.
See Also