 | 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
Syntaxpublic void InsertClipPath(
PdfClipPath clipPath
)
Public Sub InsertClipPath (
clipPath As PdfClipPath
)
public:
void InsertClipPath(
PdfClipPath^ clipPath
)
member InsertClipPath :
clipPath : PdfClipPath -> unit
public void InsertClipPath(
PdfClipPath clipPath
)
function InsertClipPath(clipPath);
Parameters
- clipPath
- Type: Patagames.Pdf.NetPdfClipPath
A instance of PdfClipPath class.
RemarksA 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