 | PdfPageInsertClipPath Method |
Clip the page content, the page content that outside the clipping region become invisible.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.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 PdfClipPath
- 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