Click or drag to resize

PdfPageObjectCopyClipPath Method

Copy clipping paths from one page object to another

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void CopyClipPath(
	PdfPageObject srcObj
)

Parameters

srcObj  PdfPageObject
Source page object
See Also